Skip to content

Commit

Permalink
Fixed fetcher_test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Jun 9, 2016
1 parent db40efe commit 54b0269
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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)
Expand Down

0 comments on commit 54b0269

Please sign in to comment.