We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9703a1 commit 4a10679Copy full SHA for 4a10679
run/django/e2e_test.py
@@ -88,7 +88,7 @@ def run_shell_cmd(args: list) -> subprocess.CompletedProcess:
88
@pytest.fixture
89
def deployed_service() -> str:
90
substitutions = [
91
- f"_VERSION=${SUFFIX},"
+ f"_VERSION={SUFFIX},"
92
f"_SERVICE={SERVICE},"
93
f"_REGION={REGION},"
94
f"_DB_PASS={POSTGRES_PASSWORD},"
@@ -117,7 +117,7 @@ def deployed_service() -> str:
117
# Cleanup
118
119
120
121
122
123
f"_DB_INSTANCE={POSTGRES_INSTANCE_NAME},"
0 commit comments