@@ -84,12 +84,12 @@ func TestSetup(t *testing.T) {
8484 testParsing ([]string {"hide_ip 0" }, false )
8585 testParsing ([]string {"hide_ip 0 1" }, false )
8686
87- testParsing ([]string {"experimental_probe_resist " }, false )
88- testParsing ([]string {"experimental_probe_resist local.host" }, false )
89- testParsing ([]string {"experimental_probe_resist local.host very.local.host" }, false )
90- testParsing ([]string {"experimental_probe_resist " , "basicauth john doe" }, true )
91- testParsing ([]string {"experimental_probe_resist local.host" , "basicauth john doe" }, true )
92- testParsing ([]string {"experimental_probe_resist local.host very.local.host" , "basicauth john doe" }, false )
87+ testParsing ([]string {"probe_resistance " }, false )
88+ testParsing ([]string {"probe_resistance local.host" }, false )
89+ testParsing ([]string {"probe_resistance local.host very.local.host" }, false )
90+ testParsing ([]string {"probe_resistance " , "basicauth john doe" }, true )
91+ testParsing ([]string {"probe_resistance local.host" , "basicauth john doe" }, true )
92+ testParsing ([]string {"probe_resistance local.host very.local.host" , "basicauth john doe" }, false )
9393
9494 testParsing ([]string {"serve_pac" }, true )
9595 testParsing ([]string {"serve_pac \" \" " }, true )
0 commit comments