mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(datastore): fix test for EdgePortainerUrl [EE-2967] (#6765)
This commit is contained in:
parent
85a7b7e0fc
commit
355674cf22
2 changed files with 2 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
|
@ -591,6 +591,7 @@
|
|||
"DisplayDonationHeader": false,
|
||||
"DisplayExternalContributors": false,
|
||||
"EdgeAgentCheckinInterval": 5,
|
||||
"EdgePortainerUrl": "",
|
||||
"EnableEdgeComputeFeatures": false,
|
||||
"EnableHostManagementFeatures": false,
|
||||
"EnableTelemetry": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue