Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use lab apps for selenium tests instead of hardcoded apps
  • Loading branch information
bgavrilMS committed Jan 21, 2019
1 parent fb33459 commit 77553f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ public async Task InteractiveAuth_DefaultUserAsync()
PlatformProxyFactory.GetPlatformProxy().SetWebUiFactory(webUIFactory);

// TODO: use the lab app once localhost is setup as a redirect uri
PublicClientApplication pca = new PublicClientApplication("1d18b3b0-251b-4714-a02a-9956cec86c2d");
PublicClientApplication pca = new PublicClientApplication(labResponse.AppId);

// tests need to use http://localhost:port so that we can capture the AT
pca.RedirectUri = SeleniumWebUIFactory.FindFreeLocalhostRedirectUri();
Expand Down

0 comments on commit 77553f7

Please sign in to comment.