Commit e3183bd0 authored by Brett Walker's avatar Brett Walker

Remove support for old style pagination cursors

in GraphQL
parent 5dd67b23
......@@ -222,7 +222,7 @@ describe Gitlab::Graphql::Connections::Keyset::Connection do
let(:arguments) { { before: Base64Bp.urlsafe_encode64('invalidcursor', padding: false) } }
it 'raises an error' do
expect { expect(subject.sliced_nodes) }.to raise_error(Gitlab::Graphql::Errors::ArgumentError)
expect { subject.sliced_nodes }.to raise_error(Gitlab::Graphql::Errors::ArgumentError)
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment