diff options
Diffstat (limited to 'plugin/autopath/setup_test.go')
-rw-r--r-- | plugin/autopath/setup_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/autopath/setup_test.go b/plugin/autopath/setup_test.go index 3e13aa74f..530036934 100644 --- a/plugin/autopath/setup_test.go +++ b/plugin/autopath/setup_test.go @@ -55,7 +55,7 @@ func TestSetupAutoPath(t *testing.T) { } if !test.shouldErr && mw != test.expectedMw { - t.Errorf("Test %d, Middleware not correctly set for input %s. Expected: %s, actual: %s", i, test.input, test.expectedMw, mw) + t.Errorf("Test %d, Plugin not correctly set for input %s. Expected: %s, actual: %s", i, test.input, test.expectedMw, mw) } if !test.shouldErr && ap.search != nil { if !reflect.DeepEqual(test.expectedSearch, ap.search) { |