Commit bec319f8 authored by Diana Stanley's avatar Diana Stanley

corrected test for new error

parent 37f7d11a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment