Skip to content
Snippets Groups Projects

Rename Stocks data registration to LabID data registration.

Merged William Murphy requested to merge #15-rename-stocks-data-registration into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -105,11 +105,11 @@ def test_register_data(auth_test_client, collection_id, comment, name):
(1, None, 'test_name'),
(1, 'test comment', 'test_name'),
))
def test_register_stocks_data(auth_test_client, collection_id, comment, name):
def test_register_labid_data(auth_test_client, collection_id, comment, name):
"""
Test the data registration endpoint.
"""
resp = auth_test_client.register_stocks_data(
resp = auth_test_client.register_labid_data(
path='/g/test/stocks/bar',
collection_id=collection_id,
comment=comment,
Loading