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/serializers/personal_access_token_entity_spec.rb')
-rw-r--r--spec/serializers/personal_access_token_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/personal_access_token_entity_spec.rb b/spec/serializers/personal_access_token_entity_spec.rb
index 8a77a4e0036..817d112d15f 100644
--- a/spec/serializers/personal_access_token_entity_spec.rb
+++ b/spec/serializers/personal_access_token_entity_spec.rb
@@ -10,7 +10,7 @@ RSpec.describe PersonalAccessTokenEntity do
it 'has the correct attributes' do
expected_revoke_path = Gitlab::Routing.url_helpers
- .revoke_profile_personal_access_token_path(
+ .revoke_user_settings_personal_access_token_path(
{ id: token })
expect(json).to(