diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-03 21:09:39 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-03 21:09:39 +0000 |
| commit | 4bf395cded929b1f2d2419079d8107604c9f930f (patch) | |
| tree | d6edb3ab04e1a8241f9ac44ebb789cfc6ebaeff9 /spec/graphql/subscriptions | |
| parent | 49058851264455c22a5ba00c8671b7d4cdfd8ee9 (diff) | |
| download | gitlab-ce-4bf395cded929b1f2d2419079d8107604c9f930f.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/graphql/subscriptions')
| -rw-r--r-- | spec/graphql/subscriptions/issuable_updated_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/graphql/subscriptions/issuable_updated_spec.rb b/spec/graphql/subscriptions/issuable_updated_spec.rb index cc88b37627d..c15b4f532ef 100644 --- a/spec/graphql/subscriptions/issuable_updated_spec.rb +++ b/spec/graphql/subscriptions/issuable_updated_spec.rb @@ -40,7 +40,7 @@ RSpec.describe Subscriptions::IssuableUpdated do end end - context 'when a GraphQL::ID_TYPE is provided' do + context 'when a GraphQL::Types::ID is provided' do let(:issuable_id) { issue.to_gid.to_s } it 'raises an exception' do |
