Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/validators/gitlab/utils/zoom_url_validator_spec.rb')
-rw-r--r--spec/validators/gitlab/utils/zoom_url_validator_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/validators/gitlab/utils/zoom_url_validator_spec.rb b/spec/validators/gitlab/utils/zoom_url_validator_spec.rb
index bc8236a2f5c..392d8b3a2fe 100644
--- a/spec/validators/gitlab/utils/zoom_url_validator_spec.rb
+++ b/spec/validators/gitlab/utils/zoom_url_validator_spec.rb
@@ -21,7 +21,7 @@ RSpec.describe Gitlab::Utils::ZoomUrlValidator do
expect(zoom_meeting.valid?).to eq(false)
expect(zoom_meeting.errors).to be_present
- expect(zoom_meeting.errors.first[1]).to eq 'must contain one valid Zoom URL'
+ expect(zoom_meeting.errors.added?(:url, 'must contain one valid Zoom URL')).to be true
end
end