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
test: refactor NSQ tests to use testcontainers for setup
- Add `testcontainers-go` and several indirect dependencies to `go.mod`
- Add `testcontainers-go` and `require` imports to `nsq_test.go`
- Implement `setupNSQContainer` function to set up an NSQ container using `testcontainers`
- Modify `TestNSQDefaultFlow` to use the new `setupNSQContainer` function for setting up the NSQ container and obtaining the endpoint dynamically
Signed-off-by: appleboy <[email protected]>
0 commit comments