We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09ebc1 commit 4555b4bCopy full SHA for 4555b4b
spec/acceptance/github-server/web.rb
@@ -377,7 +377,8 @@ def graphql_pending_query(query)
377
File.open(TEAM_MAP_FILE, "w") do |f|
378
f.write(JSON.pretty_generate(tmp_map))
379
end
380
- halt 201
+
381
+ [201, { "Content-Type" => "application/json" }, [JSON.generate(teamdata)]]
382
383
384
send :get, "/orgs/:org_name/teams/:team_name" do
0 commit comments