Skip to content

Commit

Permalink
updated UserSession.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hogpilot committed May 13, 2021
1 parent 108c4b3 commit efaf6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arcgis-rest-auth/test/UserSession.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ describe("UserSession", () => {
end() {
expect(spy.calls.mostRecent().args[0]).toBe(301);
expect(spy.calls.mostRecent().args[1].Location).toBe(
"https://arcgis.com/sharing/rest/oauth2/authorize?client_id=clientId&duration=20160&response_type=code&redirect_uri=https%3A%2F%2Fexample-app.com%2Fredirect-uri"
"https://arcgis.com/sharing/rest/oauth2/authorize?client_id=clientId&expiration=20160&response_type=code&redirect_uri=https%3A%2F%2Fexample-app.com%2Fredirect-uri"
);
done();
},
Expand Down

0 comments on commit efaf6cc

Please sign in to comment.