summaryrefslogtreecommitdiff
path: root/commands/helpers/cache_archiver_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/helpers/cache_archiver_test.go')
-rw-r--r--commands/helpers/cache_archiver_test.go2
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) {