Skip to content

Commit

Permalink
Update AMQP endpoint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Dec 14, 2023
1 parent 3bd37d5 commit ce0643e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/amqp/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
endpoint = "amqp://bitnami:bitnami@localhost:5672/"
endpoint = "amqp://bitnami:bitnami@localhost:5672/" //nolint:gosec
queue = "rmq-test-v2-pub-queue"
)

Expand Down
2 changes: 1 addition & 1 deletion component/amqp/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
endpoint = "amqp://bitnami:bitnami@localhost:5672/"
endpoint = "amqp://bitnami:bitnami@localhost:5672/" //nolint:gosec
rabbitMQQueue = "rmq-test-queue"
)

Expand Down

0 comments on commit ce0643e

Please sign in to comment.