Skip to content
Snippets Groups Projects
Commit 2f5e5571 authored by I. Nüske's avatar I. Nüske
Browse files

STY: Style fix

parent 92413aea
No related branches found
No related tags found
1 merge request!83Add test for https://gitlab.com/linkahead/linkahead-pylib/-/issues/103
Pipeline #57987 passed
...@@ -79,7 +79,7 @@ def test_gitlab_com_103(): ...@@ -79,7 +79,7 @@ def test_gitlab_com_103():
db.configure_connection(auth_token=auth_token) db.configure_connection(auth_token=auth_token)
# #
c = db.Container() c = db.Container()
c.extend([db.Record(id=i) for i in range(1000,5000)]) c.extend([db.Record(id=i) for i in range(1000, 5000)])
with pytest.raises(db.exceptions.TransactionError) as te: with pytest.raises(db.exceptions.TransactionError) as te:
c.retrieve() c.retrieve()
assert "authentication token" not in str(te) assert "authentication token" not in str(te)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment