X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test;h=0e42462a264d8d8e07063628bf6ff7a951cb4a44;hb=9e5bf65868eaafcb11d09c0fee02e0d3d7c2121f;hp=017f38eda85a0d4930b25f573746a80f850e9a96;hpb=63492ece678da23ef0e9652b86313e6c824376af;p=lmno-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 -