X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test;h=0e42462a264d8d8e07063628bf6ff7a951cb4a44;hb=f27cdf8b57b41a91dd7ab67be407d803dcaad1a3;hp=017f38eda85a0d4930b25f573746a80f850e9a96;hpb=8feb9aea1b02a89d5ddc316925914acdfeb0d173;p=empires-server diff --git a/test b/test index 017f38e..0e42462 100755 --- a/test +++ b/test @@ -292,7 +292,7 @@ tictactoe_game_path=tictactoe/$tictactoe_game_id tictactoe_move() { - curl_post $tictactoe_game_path/move "{\"square\": $1}" + curl_post $tictactoe_game_path/move "{ \"move\": $1 }" } TEST_SUBSECTION "Tic Tac Toe /move" @@ -308,4 +308,3 @@ test "$result" = "false" TEST_END TEST_REPORT -