diff options
Diffstat (limited to 'commands/helpers/cache_archiver_test.go')
| -rw-r--r-- | commands/helpers/cache_archiver_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/helpers/cache_archiver_test.go b/commands/helpers/cache_archiver_test.go index 7c7443f4..0caf6249 100644 --- a/commands/helpers/cache_archiver_test.go +++ b/commands/helpers/cache_archiver_test.go @@ -125,7 +125,7 @@ func TestCacheArchiverRemoteServerTimedOut(t *testing.T) { assert.Panics(t, func() { cmd.Execute(nil) }) - assert.Contains(t, buf.String(), "net/http: request canceled (Client.Timeout") + assert.Contains(t, buf.String(), "Client.Timeout") } func TestCacheArchiverRemoteServerFailOnInvalidServer(t *testing.T) { |
