Skip to content

Commit 91dac22

Browse files
authored
Remove fake shared key. (Azure#36923)
1 parent 0d1fad2 commit 91dac22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/eventhubs/azure-messaging-eventhubs/src/test/java/com/azure/messaging/eventhubs/EventHubSharedKeyCredentialTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
public class EventHubSharedKeyCredentialTest {
3333
private static final String KEY_NAME = "some-key-name";
34-
private static final String KEY_VALUE = "ctzMq410TV3wS7upTBcunJTDLEJwMAZuFPfr0mrrA08=";
34+
private static final String KEY_VALUE = "some-random-key=";
3535
private static final Duration TOKEN_DURATION = Duration.ofMinutes(10);
3636
private static final String ENDPOINT_SUFFIX = Configuration.getGlobalConfiguration()
3737
.get("AZURE_EVENTHUBS_ENDPOINT_SUFFIX", ".servicebus.windows.net");

0 commit comments

Comments
 (0)