Added some primary tests
This commit is contained in:
@@ -4,7 +4,7 @@ from board_mate_client.models.game_dto import GameDto
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
config = Configuration(
|
config = Configuration(
|
||||||
host="https://api.example.com"
|
host="https://192.168.15.160/"
|
||||||
)
|
)
|
||||||
|
|
||||||
with ApiClient(config) as client:
|
with ApiClient(config) as client:
|
||||||
|
|||||||
Reference in New Issue
Block a user