Skip to content

Commit

Permalink
Add AAD back
Browse files Browse the repository at this point in the history
  • Loading branch information
alankashiwa authored and andykao1213 committed Sep 6, 2022
1 parent 0484dd5 commit 227e278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/maps/maps-route/test/public/mapsRouteClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from "../../src";
chaiUse(chaiPromises);

matrix([["SubscriptionKey"]] as const, async (authMethod: AuthMethod) => {
matrix([["SubscriptionKey", "AAD"]] as const, async (authMethod: AuthMethod) => {
describe(`[${authMethod}] MapsRouteClient`, function (this: Suite) {
let recorder: Recorder;
let client: MapsRouteClient;
Expand Down

0 comments on commit 227e278

Please sign in to comment.