Skip to content

Commit

Permalink
feat: fix e2e case zookeeper address
Browse files Browse the repository at this point in the history
  • Loading branch information
xjlgod committed Oct 25, 2024
1 parent e127ea9 commit d826c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saga-sample/spring-seata-dubbo-saga/seata-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ e2e:
condition: service_started
environment:
seata.address: seata
zookeeper.address: spring-seata-dubbo-saga-provider
zookeeper.address: zookeeper
E2E_ENV: open
# provider service
providers:
Expand All @@ -38,7 +38,7 @@ e2e:
condition: service_healthy
environment:
seata.address: seata
zookeeper.address: spring-seata-dubbo-saga-provider
zookeeper.address: zookeeper
E2E_ENV: open
# infrastructure services
infrastructures:
Expand Down

0 comments on commit d826c3b

Please sign in to comment.