diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-10-06 17:37:26 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-10-06 17:37:26 +0300 |
| commit | 8fa7ddf12eb814d649f74232a36bea23b91ffa3f (patch) | |
| tree | b40cca32513e5a93540c1fded87d9f0aa68d0080 /src-py | |
| parent | c176cbea614d7e4d93f16c1479b97fd2641db12b (diff) | |
fix REST query path
Diffstat (limited to 'src-py')
| -rw-r--r-- | src-py/test_rhizi_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-py/test_rhizi_api.py b/src-py/test_rhizi_api.py index 6faab51c..9749dfe9 100644 --- a/src-py/test_rhizi_api.py +++ b/src-py/test_rhizi_api.py @@ -42,7 +42,7 @@ class TestRhiziAPI(unittest.TestCase): """ id_set = ['non_existing_id'] with rhizi_api.webapp.test_client() as c: - req = c.post('/load/node-set', + req = c.post('/load/node-set-by-id', content_type='application/json', data=json.dumps({ 'id_set': id_set})) req_data = json.loads(req.data) |
