Skip to content

Commit 4bda826

Browse files
committed
Fix wrongConnectionString
1 parent 99588c3 commit 4bda826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTest/java/com/hivemq/extensions/discovery/azure/AzureDiscoveryExtensionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void wrongConnectionString_reloadRightConnectionString_clusterCreated()
187187
WaitingConsumer consumer = new WaitingConsumer();
188188

189189
final String wrongConnectionString =
190-
"DefxultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=XXX8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://172.17.0.1:" +
190+
"DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=XXX8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://172.17.0.1:" +
191191
azureritePort + "/devstoreaccount1";
192192
final HiveMQTestContainerExtension reloadingNode =
193193
createHiveMQNode(wrongConnectionString).withLogConsumer(consumer);

0 commit comments

Comments
 (0)