diff options
Diffstat (limited to 'plugins/http/tests/http_test.go')
-rw-r--r-- | plugins/http/tests/http_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/http/tests/http_test.go b/plugins/http/tests/http_test.go index 2c380bf7..28461950 100644 --- a/plugins/http/tests/http_test.go +++ b/plugins/http/tests/http_test.go @@ -107,7 +107,7 @@ func TestHTTPInformerReset(t *testing.T) { assert.NoError(t, err) cfg := &config.Viper{ - Path: "configs/.rr-http.yaml", + Path: "configs/.rr-resetter.yaml", Prefix: "rr", } @@ -219,7 +219,7 @@ func informerTest(t *testing.T) { err = client.Call("informer.Workers", "http", &list) assert.NoError(t, err) - assert.Len(t, list.Workers, 12) + assert.Len(t, list.Workers, 4) } func TestSSL(t *testing.T) { |