fix: update test

This commit is contained in:
Tore S. Loenoey 2023-11-22 14:29:39 +01:00 committed by Tore Stendal Lønøy
parent 63ed19947a
commit 03bb18c104
No known key found for this signature in database

View file

@ -276,7 +276,7 @@ func TestGlobalExternalDefaultEnable(t *testing.T) {
defaultEnable: "false",
},
"set empty": {
defaultEnable: "true",
defaultEnable: "",
},
"error": {
defaultEnable: "error string",