Skip to content

Commit dd20da3

Browse files
committed
check to see if we're hitting a ruby3 kwargs issue
1 parent 73ff62c commit dd20da3

File tree

1 file changed

+1
-1
lines changed
  • spec/acceptance/github-server

1 file changed

+1
-1
lines changed

spec/acceptance/github-server/web.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,4 @@ def graphql_pending_query(query)
394394
end
395395
end
396396

397-
Rack::Handler::WEBrick.run FakeGitHubApi, webrick_options
397+
Rack::Handler::WEBrick.run FakeGitHubApi, **webrick_options

0 commit comments

Comments
 (0)