Skip to content

Commit f8e2b14

Browse files
Fix Redis e2e tests
1 parent 2230681 commit f8e2b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/idempotency_redis/infrastructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class IdempotencyRedisServerlessStack(BaseInfrastructure):
1919
def create_resources(self) -> None:
20-
service_name = build_random_value(10)
20+
service_name = build_random_value(10).replace("_", "")
2121

2222
vpc_stack: Vpc = self._create_vpc(service_name, "172.150.0.0/16")
2323
security_groups: Tuple = self._create_security_groups(vpc_stack)

0 commit comments

Comments
 (0)