Skip to content

Commit

Permalink
chore: amqp url for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-svensson committed Feb 9, 2024
1 parent f9d7a05 commit 6960245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (

var (
serverServiceName = "server"
amqpURL = "amqp://user:password@localhost:5672/test"
amqpURL = "amqp://user:password@localhost:5672"
)

type IntegrationTestSuite struct {
Expand Down

0 comments on commit 6960245

Please sign in to comment.