Add a modification uuid to settings returned by the server

Ref #1949
This commit is contained in:
Julien Duponchelle
2017-03-21 13:35:02 +01:00
parent 73c31b4b87
commit cc6f4c0510
3 changed files with 6 additions and 2 deletions

View File

@ -29,4 +29,5 @@ def test_settings(http_controller):
assert response.status == 201
response = http_controller.get('/settings', example=True)
assert response.status == 200
assert response.json == query
assert response.json["test"] is True
assert response.json["modification_uuid"] is not None