Skip to content

Commit

Permalink
Fix system test example_cloud_memorystore_memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseenkov committed May 21, 2024
1 parent f509b0a commit 494b841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
# [END howto_operator_memcached_instance]

IP_RANGE_NAME = f"ip-range-{DAG_ID}-{ENV_ID}".replace("_", "-")
IP_RANGE_NAME = f"ip-range-{DAG_ID}".replace("_", "-")
NETWORK = "default"
CREATE_PRIVATE_CONNECTION_CMD = f"""
if [ $AIRFLOW__API__GOOGLE_KEY_PATH ]; then \
Expand Down

0 comments on commit 494b841

Please sign in to comment.