hgop / syllabus-2022

0 stars 1 forks source link

400 Bad request frá /create_game #53

Closed gislibh closed 2 years ago

gislibh commented 2 years ago

Testið í helper.py failar alltaf, serverinn er uppi en það er eins og þessi endapunktur virki ekki:

Screenshot from 2022-12-02 17-25-39 Screenshot from 2022-12-02 17-26-36 Screenshot from 2022-12-02 17-27-07

sveppalicious commented 2 years ago

Varstu búinn að tjékka á þessu pull request?

gislibh commented 2 years ago

Fallið í helpernum á víst að líta svona út

def initialize_game() -> InitializedGame: response = requests.post(config.API_URL + "/create_game", json={}) assert response.status_code == 201