Skip to content

Commit

Permalink
fix integration assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Sep 12, 2023
1 parent b935344 commit 9647c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def test_match_rotenberg(http: Session, match_url: str):

# SGM company ID:
qres = resp.json()["responses"]["q2"]["results"][0]
assert "1207700324941" in json.dumps(qres)
assert "1077762942212" in json.dumps(qres)

0 comments on commit 9647c05

Please sign in to comment.