Skip to content

Commit

Permalink
Update skyhook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JayjeetAtGithub committed Mar 13, 2022
1 parent 6cbd3af commit 0563a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_skyhook_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
config_dict = {
"skyhook": {
"ceph_config_path": "/tmp/testskyhookjob/ceph.conf",
"ceph_data_pool": "cephfs_data"
"ceph_data_pool": "cephfs_data",
}
}
with open('/root/.coffea.toml', 'w') as f:
with open("/root/.coffea.toml", "w") as f:
toml.dump(config_dict, f)

ak.to_parquet(
Expand Down

0 comments on commit 0563a30

Please sign in to comment.