summaryrefslogtreecommitdiff
path: root/spec/features/projects/tags/user_views_tags_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/tags/user_views_tags_spec.rb')
-rw-r--r--spec/features/projects/tags/user_views_tags_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/tags/user_views_tags_spec.rb b/spec/features/projects/tags/user_views_tags_spec.rb
index f344b682715..bc570f502bf 100644
--- a/spec/features/projects/tags/user_views_tags_spec.rb
+++ b/spec/features/projects/tags/user_views_tags_spec.rb
@@ -15,7 +15,7 @@ describe 'User views tags', :feature do
it do
visit project_tags_path(project, format: :atom)
- expect(page).to have_gitlab_http_status(401)
+ expect(page.current_path).to eq("/users/sign_in")
end
end