Skip to content

Commit 529ae9f

Browse files
committed
Update test
1 parent f6bf489 commit 529ae9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/graphql/execution/interpreter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class Schema < GraphQL::Schema
278278
mutation(Mutation)
279279
lazy_resolve(Box, :value)
280280

281-
self.warden_class = GraphQL::Schema::Warden::NullWarden
281+
use GraphQL::Schema::AlwaysVisible
282282

283283
def self.object_from_id(id, ctx)
284284
OpenStruct.new(id: id)

0 commit comments

Comments
 (0)