Added some primary tests

This commit is contained in:
2025-12-14 16:44:45 +01:00
parent 83eee81712
commit 2be0a905ff

View File

@@ -4,7 +4,7 @@ from board_mate_client.models.game_dto import GameDto
if __name__ == "__main__":
config = Configuration(
host="https://api.example.com"
host="https://192.168.15.160/"
)
with ApiClient(config) as client: