Skip to content

Commit

Permalink
Fix kebab case
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Corry committed Mar 7, 2024
1 parent 96e1fc6 commit 6f6debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/http_standalone_test.toit
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ listen server server_socket my_port other_port:
response_writer.headers.set "Content-Type" "text/plain"
response_writer.write "Response with parameters"
POST_DATA.do: | key/string value/string |
expect-equals value request.query.parameters[key]
expect_equals value request.query.parameters[key]
else:
print "request.query.resource = '$request.query.resource'"
response_writer.write_headers http.STATUS_NOT_FOUND --message="Not Found"

0 comments on commit 6f6debe

Please sign in to comment.