You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: switch to containerized NATS setup for tests
- Add `github.com/testcontainers/testcontainers-go` dependency to `go.mod`
- Add multiple indirect dependencies to `go.mod`
- Reorganize imports in `nats_test.go`
- Add `setupNatsContainer` function to set up a NATS container for testing
- Update `TestDefaultFlow` to use the new `setupNatsContainer` function for NATS container setup
- Change `WithAddr(host)` to `WithAddr(endpoint)` in `TestDefaultFlow`
Signed-off-by: appleboy <[email protected]>
0 commit comments