Skip to content

Commit 9d9f531

Browse files
committed
Add missing whitespace to ci script
1 parent 659b1ce commit 9d9f531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/run_targeting_aura.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def get_tenant_id(access_token: str) -> str:
107107
def run_tests(uri: str, username: str, password: str) -> None:
108108
cmd = (
109109
f"NEO4J_URI={uri} NEO4J_USER={username} NEO4J_PASSWORD={password}"
110-
"tox -e $(tox -l | grep aura | grep main | paste -sd ',' -)"
110+
" tox -e $(tox -l | grep aura | grep main | paste -sd ',' -)"
111111
)
112112

113113
if os.system(cmd) != 0:

0 commit comments

Comments
 (0)