remove :administrateur_graphql

This commit is contained in:
clemkeirua 2020-09-15 10:38:42 +02:00
parent 1be07c1ef5
commit 6643b598c3
4 changed files with 2 additions and 7 deletions

View file

@ -106,10 +106,6 @@ describe API::V2::GraphqlController do
subject { post :execute, params: { query: query } }
before do
Flipper.enable(:administrateur_graphql, admin.user)
end
context "when authenticated" do
let(:authorization_header) { ActionController::HttpAuthentication::Token.encode_credentials(token) }