Skip to content

Commit 8d7ad9e

Browse files
committed
fix github-server?
1 parent 07dcaa4 commit 8d7ad9e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

spec/acceptance/github-server/web.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class FakeGitHubApi < Sinatra::Base
2323

2424
set :port, 443
2525
set :bind, "0.0.0.0"
26+
set :host_authorization, { permitted_hosts: [] }
2627

2728
BASE_DIR = "/tmp/github"
2829

0 commit comments

Comments
 (0)