We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4630a commit 77dde9fCopy full SHA for 77dde9f
1 file changed
tests/test_upload_queue.py
@@ -102,7 +102,7 @@ def test_queue_create_dataset_with_resource_write_etag(tmp_path):
102
common.wait_for_job(joblist, data["id"])
103
104
# Make sure the resource etag is stored in the uploaded job.
105
- uj_d = json.loads((pujl.path_completed / f"{data["id"]}.json").read_text())
+ uj_d = json.loads((pujl.path_completed / f"{data['id']}.json").read_text())
106
assert len(uj_d["upload_job"]["resource_etags"][0]) == 32
107
108
0 commit comments