diff --git a/api/datastore/backup_test.go b/api/datastore/backup_test.go index 99acc5c0a..e4c4a8338 100644 --- a/api/datastore/backup_test.go +++ b/api/datastore/backup_test.go @@ -86,7 +86,7 @@ func TestRemoveWithOptions(t *testing.T) { err = store.removeWithOptions(options) if err != nil { - t.Errorf("RemoveWithOptions should successfully remove file; err=%w", err) + t.Errorf("RemoveWithOptions should successfully remove file; err=%v", err) } if isFileExist(f.Name()) { diff --git a/api/datastore/test_data/output_35.json b/api/datastore/test_data/output_35.json index feb61b765..669310cdf 100644 --- a/api/datastore/test_data/output_35.json +++ b/api/datastore/test_data/output_35.json @@ -591,6 +591,7 @@ "DisplayDonationHeader": false, "DisplayExternalContributors": false, "EdgeAgentCheckinInterval": 5, + "EdgePortainerUrl": "", "EnableEdgeComputeFeatures": false, "EnableHostManagementFeatures": false, "EnableTelemetry": true,