1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 18:12:20 +00:00

Replace algorithm list with a tuple

This commit is contained in:
J. Fernando Sánchez
2018-11-06 15:52:05 +01:00
parent c8f6f5613d
commit 318acd5a71
3 changed files with 4 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ class BlueprintsTest(TestCase):
The results for a POST request should be the same as for a GET request.
"""
resp = self.client.post("/api/", data={'i': 'My aloha mohame',
'algorithm': 'rand',
'with_parameters': True})
self.assertCode(resp, 200)
js = parse_resp(resp)