Skip to content

Commit

Permalink
[PRDP-267] fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
giomella committed Dec 5, 2023
1 parent d5d6c6c commit 148fdf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void testSingletonConnectionError() throws Exception {
@SuppressWarnings("secrets:S6338")
String mockKey = "mockKeymockKeymockKeymockKeymockKeymockKeymockKeymockKeymockKeymockKeymockKeymockKeyMK==";
withEnvironmentVariables(
"RECEIPT_QUEUE_CONN_STRING", "DefaultEndpointsProtocol=https;AccountName=samplequeue;AccountKey="+mockKey+";EndpointSuffix=core.windows.net",
"RECEIPTS_STORAGE_CONN_STRING", "DefaultEndpointsProtocol=https;AccountName=samplequeue;AccountKey="+mockKey+";EndpointSuffix=core.windows.net",
"RECEIPT_QUEUE_TOPIC", "validTopic"
).execute(() -> Assertions.assertDoesNotThrow(ReceiptQueueClientImpl::getInstance)
);
Expand Down

0 comments on commit 148fdf2

Please sign in to comment.