diff options
author | Diana Stanley <dstanley@gitlab.com> | 2018-07-18 09:01:38 -0700 |
---|---|---|
committer | Diana Stanley <dstanley@gitlab.com> | 2018-07-18 09:01:38 -0700 |
commit | bec319f894209044f31e3befac84238b6cad6eed (patch) | |
tree | 781bb4cb607a35450b4f00f7805453c6c54a23f8 /spec | |
parent | 37f7d11a4d74c6153fc7350c2fc47fcf8b9c812e (diff) | |
download | gitlab-ce-bec319f894209044f31e3befac84238b6cad6eed.tar.gz |
corrected test for new errortimeouted
Diffstat (limited to 'spec')
-rw-r--r-- | spec/services/clusters/applications/check_installation_progress_service_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/clusters/applications/check_installation_progress_service_spec.rb b/spec/services/clusters/applications/check_installation_progress_service_spec.rb index 6894c1797b0..986f11410fd 100644 --- a/spec/services/clusters/applications/check_installation_progress_service_spec.rb +++ b/spec/services/clusters/applications/check_installation_progress_service_spec.rb @@ -43,7 +43,7 @@ describe Clusters::Applications::CheckInstallationProgressService do service.execute expect(application).to be_errored - expect(application.status_reason).to match(/\btimeouted\b/) + expect(application.status_reason).to match(/\btimed out\b/) end end end |