Skip to content

Commit 4a10679

Browse files
committed
syntax
1 parent c9703a1 commit 4a10679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run/django/e2e_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def run_shell_cmd(args: list) -> subprocess.CompletedProcess:
8888
@pytest.fixture
8989
def deployed_service() -> str:
9090
substitutions = [
91-
f"_VERSION=${SUFFIX},"
91+
f"_VERSION={SUFFIX},"
9292
f"_SERVICE={SERVICE},"
9393
f"_REGION={REGION},"
9494
f"_DB_PASS={POSTGRES_PASSWORD},"
@@ -117,7 +117,7 @@ def deployed_service() -> str:
117117
# Cleanup
118118

119119
substitutions = [
120-
f"_VERSION=${SUFFIX},"
120+
f"_VERSION={SUFFIX},"
121121
f"_SERVICE={SERVICE},"
122122
f"_REGION={REGION},"
123123
f"_DB_INSTANCE={POSTGRES_INSTANCE_NAME},"

0 commit comments

Comments
 (0)