Skip to content

Commit

Permalink
Experiment: test fix for LSID
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka committed Apr 13, 2017
1 parent f71f62e commit bc8b311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_experiment_api.py
Expand Up @@ -103,7 +103,7 @@ def setUp(self):
self.service = MockSaveBatch()
self.expected_kwargs = {
'expected_args': [self.service.get_server_url()]
, 'data': '{"assayId": 12345, "batches": [{"batchProtocolId": 0, "comment": null, "created": null, "createdBy": null, "lsid": null, "modified": null, "modifiedBy": null, "name": null, "properties": {"PropertyName": "Property Value"}, "runs": [{"comment": null, "created": null, "createdBy": null, "dataInputs": [], "dataRows": [], "experiments": [], "filePathRoot": null, "lsid": null, "materialInputs": [], "materialOutputs": [], "modified": null, "modifiedBy": null, "name": "python upload", "properties": {"RunFieldName": "Run Field Value"}}]}]}'
, 'data': '{"assayId": 12345, "batches": [{"batchProtocolId": 0, "comment": null, "created": null, "createdBy": null, "modified": null, "modifiedBy": null, "name": null, "properties": {"PropertyName": "Property Value"}, "runs": [{"comment": null, "created": null, "createdBy": null, "dataInputs": [], "dataRows": [], "experiments": [], "filePathRoot": null, "materialInputs": [], "materialOutputs": [], "modified": null, "modifiedBy": null, "name": "python upload", "properties": {"RunFieldName": "Run Field Value"}}]}]}'
, 'headers': {'Content-type': 'application/json', 'Accept': 'text/plain'}
}

Expand Down

0 comments on commit bc8b311

Please sign in to comment.