Skip to content

Commit 77dde9f

Browse files
committed
tests: work for older Python versions
1 parent 0f4630a commit 77dde9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_upload_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_queue_create_dataset_with_resource_write_etag(tmp_path):
102102
common.wait_for_job(joblist, data["id"])
103103

104104
# 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())
105+
uj_d = json.loads((pujl.path_completed / f"{data['id']}.json").read_text())
106106
assert len(uj_d["upload_job"]["resource_etags"][0]) == 32
107107

108108

0 commit comments

Comments
 (0)