mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 21:28:32 +00:00
file_id => document_id
This commit is contained in:
parent
4a4d74c801
commit
8f199e2942
@ -47,7 +47,7 @@ class DataStoreTest(BaseTest):
|
||||
|
||||
def add_test_file_data(self, file_id, value):
|
||||
file_data = DataStoreSchema().dump(self.TEST_FILE_ITEM)
|
||||
file_data['file_id'] = file_id
|
||||
file_data['document_id'] = file_id
|
||||
file_data['value'] = value
|
||||
rv = self.app.post('/v1.0/datastore',
|
||||
content_type="application/json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user