Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notoraptor committed Dec 9, 2024
1 parent b161f2b commit e2a0324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/jobs/test_func_sacct.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def test_get_gpu_type_without_prometheus(
def _save_slurm_conf(cluster_name: str, day: str, content: str):
from sarc.cli.acquire.slurmconfig import SlurmConfigParser

scp = SlurmConfigParser(cluster_name, day)
scp = SlurmConfigParser(config().clusters[cluster_name], day)
folder = "slurm_conf"
filename = scp._cache_key()
cache_dir = config().cache
Expand Down

0 comments on commit e2a0324

Please sign in to comment.