Skip to content

Commit 0d7c584

Browse files
chore(ci): fix Redis e2e tests in v3 branch (#4852)
Fix Redis e2e tests
1 parent 2230681 commit 0d7c584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/e2e/idempotency_redis/infrastructure.py

+1-1
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)