mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-04 13:31:46 +00:00
fix(ui): Replace filter value "nothing" by "none" (#1202)
This commit is contained in:
@@ -155,10 +155,10 @@ func TestConfig_ValidateAndSetDefaults_DefaultFilterBy(t *testing.T) {
|
||||
ExpectedValue: defaultFilterBy,
|
||||
},
|
||||
{
|
||||
Name: "ValidDefaultFilterBy_nothing",
|
||||
DefaultFilterBy: "nothing",
|
||||
Name: "ValidDefaultFilterBy_none",
|
||||
DefaultFilterBy: "none",
|
||||
ExpectedError: nil,
|
||||
ExpectedValue: "nothing",
|
||||
ExpectedValue: "none",
|
||||
},
|
||||
{
|
||||
Name: "ValidDefaultFilterBy_failing",
|
||||
|
||||
Reference in New Issue
Block a user