Skip to content

Commit fcbe42b

Browse files
committed
Fix entity_spec.rb
1 parent 0103f17 commit fcbe42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/grape_entity/entity_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def call(_env)
348348
opts = options
349349
Rack::Builder.app do
350350
use Spec::Support::EndpointFaker
351-
use Grape::Middleware::Error, opts
351+
use Grape::Middleware::Error, **opts
352352
run ErrApp
353353
end
354354
end

0 commit comments

Comments
 (0)