Skip to content

Commit d1ba20a

Browse files
authored
Update tests/unit/test_client.py
1 parent eec3b40 commit d1ba20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4721,7 +4721,7 @@ def test_query_w_api_method_query_and_job_id_fails(self):
47214721
with self.assertRaises(TypeError) as exc:
47224722
client.query(query, job_id="abcd", api_method="QUERY", job_retry=None)
47234723
self.assertIn(
4724-
"`job_id` was provided, but the 'QUERY' `api_method` was requested",
4724+
"`job_id` was provided, but the 'QUERY' `api_method` was requested.",
47254725
exc.exception.args[0],
47264726
)
47274727

0 commit comments

Comments
 (0)