summaryrefslogtreecommitdiff
path: root/spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb')
-rw-r--r--spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb b/spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb
index f5f4c0cefad..1dd4eece246 100644
--- a/spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb
+++ b/spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb
@@ -40,16 +40,6 @@ RSpec.describe Mutations::Clusters::AgentTokens::Revoke do
expect(token.reload).to be_revoked
end
-
- context 'supplied ID is invalid' do
- let(:global_id) { token.id }
-
- it 'raises a coercion error' do
- expect { subject }.to raise_error(::GraphQL::CoercionError)
-
- expect(token.reload).not_to be_revoked
- end
- end
end
end
end