File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/integrationTest/java/com/hivemq/extensions/discovery/azure Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments