Skip to content
Snippets Groups Projects
Commit bec319f8 authored by Diana Stanley's avatar Diana Stanley
Browse files

corrected test for new error

parent 37f7d11a
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment