Skip to content

Commit

Permalink
Fix system test example_cloud_memorystore_memcached (apache#39749)
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseenkov authored and romsharon98 committed Jul 26, 2024
1 parent 230df3d commit bfeff72
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 bfeff72

Please sign in to comment.