Skip to content

Commit

Permalink
Removing f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Mar 18, 2021
1 parent 012d4d9 commit af5f1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-test.py
Expand Up @@ -58,7 +58,7 @@ def expect(target_time, num, table):
tool = "expired-authz-purger2"
out = get_future_output([
"./bin/expired-authz-purger2", "--single-run",
"--config", f"{config_dir}/expired-authz-purger2.json"], target_time)
"--config", "config_dir", "/expired-authz-purger2.json"], target_time)
if 'via FAKECLOCK' not in out:
raise(Exception("%s was not built with `integration` build tag" % (tool)))
if num is None:
Expand Down

0 comments on commit af5f1db

Please sign in to comment.