Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Jun 5, 2024
1 parent 0c768ac commit df875c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class AzureRedisPasswordlessPropertiesTest {

private static final String REDIS_SCOPE_GLOBAL = "https://*.cacheinfra.windows.net:10225/appid/.default";
private static final String REDIS_SCOPE_GLOBAL = "https://redis.azure.com/.default";
private static final String REDIS_SCOPE_CHINA = "https://*.cacheinfra.windows.net.china:10225/appid/.default";
private static final String REDIS_SCOPE_US_GOVERNMENT = "https://*.cacheinfra.windows.us.government.net:10225/appid/.default";

Expand Down

0 comments on commit df875c6

Please sign in to comment.