From 54b0269d0c143e3299a2d26bbf32ff5f90c5f9f8 Mon Sep 17 00:00:00 2001 From: Ox Cart Date: Thu, 9 Jun 2016 11:10:24 -0500 Subject: [PATCH] Fixed fetcher_test --- src/github.com/getlantern/flashlight/config/fetcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/getlantern/flashlight/config/fetcher_test.go b/src/github.com/getlantern/flashlight/config/fetcher_test.go index 490413882e..afedfb9de9 100644 --- a/src/github.com/getlantern/flashlight/config/fetcher_test.go +++ b/src/github.com/getlantern/flashlight/config/fetcher_test.go @@ -28,7 +28,7 @@ func TestFetcher(t *testing.T) { cfg := &Config{} cfg.ApplyDefaults() - mutate, waitTime, err := configFetcher.pollForConfig(cfg, false) + mutate, waitTime, err := configFetcher.pollForConfig(cfg) assert.NoError(t, err) assert.NotNil(t, mutate) assert.NotNil(t, waitTime)