Skip to content

Commit

Permalink
MapillaryURLTest: Update some expected URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <tsmock@fb.com>
  • Loading branch information
tsmock committed Jul 14, 2021
1 parent a52e056 commit c8323f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ void testConnectURL() {
CLIENT_ID_QUERY_PART, "scope=read", "response_type=code", "redirect_uri=http%3A%2F%2Fredirect-host%2F%C3%A4");

assertUrlEquals(MapillaryURL.MainWebsite.connect(null), "https://www.mapillary.com/connect", CLIENT_ID_QUERY_PART,
"scope=user%3Aread+public%3Aupload+public%3Awrite+private%3Aread", "response_type=token");
"scope=read", "response_type=code");

assertUrlEquals(MapillaryURL.MainWebsite.connect(""), "https://www.mapillary.com/connect", CLIENT_ID_QUERY_PART,
"scope=user%3Aread+public%3Aupload+public%3Awrite+private%3Aread", "response_type=token");
"scope=read", "response_type=code");
}

@Test
Expand Down

0 comments on commit c8323f9

Please sign in to comment.