Skip to content

Commit

Permalink
testing update dataset now that the getter methods work
Browse files Browse the repository at this point in the history
  • Loading branch information
LAShemilt committed Apr 19, 2023
1 parent 21691ad commit b2dde60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pyscicat/tests_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def test_update_dataset():
username=os.environ["SCICAT_USER"],
password=os.environ["SCICAT_PASSWORD"])

pid = "PID.SAMPLE.PREFIX48a8f164-166a-4557-bafc-5a7362e39fe7"
datasets = sci_clie.get_datasets({})
pid = datasets[0]["pid"]
payload = RawDataset(
size=142,
owner="slartibartfast",
Expand Down

0 comments on commit b2dde60

Please sign in to comment.