Skip to content

Commit

Permalink
fix: 🐛 update example 04
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelipearaujo committed Jun 13, 2024
1 parent d7bbe94 commit 3b9e5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_04/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func initializeScenario(ctx *godog.ScenarioContext) {
return ctx, err
}

connectionString, err := mongodb.BuildInternalConnectionString(ctx, mongoContainer)
connectionString, err := mongodb.BuildExternalConnectionString(ctx, mongoContainer)
if err != nil {
return ctx, err
}
Expand Down

0 comments on commit 3b9e5aa

Please sign in to comment.