summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@gitlab.com>2019-07-30 17:56:48 +0000
committerTomasz Maczukin <tomasz@gitlab.com>2019-07-30 17:56:48 +0000
commitd635d522494527745aed65cab4868c8f16f99c38 (patch)
treefc842b8b1482978190660598e28595c79ac721a5
parentMerge branch '4407-prevent-running-multiple-runner-process-instances' into 'm... (diff)
parentUpdate test assertion (diff)
downloadgitlab-runner-d635d522494527745aed65cab4868c8f16f99c38.tar.gz
Merge branch 'update-test-assertion' into 'master'
Update test assertion See merge request gitlab-org/gitlab-runner!1510
-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) {