diff --git a/plugin/plugin_test.go b/plugin/plugin_test.go index e9e6c95..a5320a7 100644 --- a/plugin/plugin_test.go +++ b/plugin/plugin_test.go @@ -278,12 +278,12 @@ func TestCache(t *testing.T) { ck := newCacheKey(r) p := &Plugin{ - server: ts.URL, + server: ts.URL, gitHubToken: mockToken, - concat: true, - maxDepth: 2, - cacheTTL: time.Minute*1, - cache: &configCache{}, + concat: true, + maxDepth: 2, + cacheTTL: time.Minute * 1, + cache: &configCache{}, } // test cache hit