Skip to content

Commit

Permalink
Fixing bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Jan 17, 2024
1 parent be187af commit 7898284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/controllers/graphql_controller_8_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def setup

query = 'query { me { team_user(team_slug: "' + random_string + '") { dbid } } }'
post :create, params: { query: query }
assert_response 400
assert_response :success
assert_nil JSON.parse(@response.body)['data']['me']['team_user']
end

test "should define team languages settings" do
Expand Down

0 comments on commit 7898284

Please sign in to comment.