Skip to content

Commit

Permalink
Updated module test
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Mar 7, 2024
1 parent c532c52 commit 482a7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/module-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "testrdp2" {

msg_vpn_name = "default"
queue_name = solacebroker_msg_vpn_queue.myqueue.queue_name
url = "http://[2001:db8:3333:4444:5555:6666:7777:8888]:12345/$${msgId()}"
url = "HTTP://[2001:db8:3333:4444:5555:6666:7777:8888]:12345/$${msgId()}"
rest_delivery_point_name = "my_rdp2"
request_headers = module.testrdp.request_headers
protected_request_headers = module.testrdp.protected_request_headers
Expand Down

0 comments on commit 482a7d1

Please sign in to comment.