Skip to content

Commit

Permalink
run fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed Jun 5, 2024
1 parent 420f954 commit 056fe06
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/integration/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,9 @@ def define_tests(): # pylint: disable=R0914,R0915
},
"run-workers echo variable for worker nodes": {
"cmds": f"{workers_flux} {flux_native} --echo",
"conditions": [
HasReturnCode(),
HasRegex(r"-N 4")
],
"conditions": [HasReturnCode(), HasRegex(r"-N 4")],
"run type": "local",
}
},
}
wf_format_tests = {
"local minimum_format": {
Expand Down

0 comments on commit 056fe06

Please sign in to comment.