From 9647c05ba35c3001ac4339513a3248abb9191efe Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Tue, 12 Sep 2023 14:38:41 +0200 Subject: [PATCH] fix integration assertion --- tests/integration/test_match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_match.py b/tests/integration/test_match.py index e043cff1..6683436d 100644 --- a/tests/integration/test_match.py +++ b/tests/integration/test_match.py @@ -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)