Skip to content

Commit

Permalink
Typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Jun 5, 2024
1 parent ebf8d75 commit fb2c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/penai/test_server_interaction.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from penai.client import PenpotClient


def test_authentication_successful():
def test_authentication_successful() -> None:
client = PenpotClient.create_default()
assert client.session.cookies, "Authentication to penpot server failed, check your config!"

0 comments on commit fb2c5d7

Please sign in to comment.