diff options
| author | Tomasz Maczukin <tomasz@gitlab.com> | 2019-07-30 17:56:48 +0000 |
|---|---|---|
| committer | Tomasz Maczukin <tomasz@gitlab.com> | 2019-07-30 17:56:48 +0000 |
| commit | d635d522494527745aed65cab4868c8f16f99c38 (patch) | |
| tree | fc842b8b1482978190660598e28595c79ac721a5 | |
| parent | Merge branch '4407-prevent-running-multiple-runner-process-instances' into 'm... (diff) | |
| parent | Update test assertion (diff) | |
| download | gitlab-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.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) { |
