From d306458e2ae3fd52e56ca1513a44947667b3045a Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 30 Apr 2014 15:51:36 +0800 Subject: [PATCH] oops --- Octokit.Tests/Clients/OauthClientTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit.Tests/Clients/OauthClientTests.cs b/Octokit.Tests/Clients/OauthClientTests.cs index f8d73267..8fdeebea 100644 --- a/Octokit.Tests/Clients/OauthClientTests.cs +++ b/Octokit.Tests/Clients/OauthClientTests.cs @@ -42,7 +42,7 @@ public class OauthClientTests var result = client.GetGitHubLoginUrl(request); - Assert.Equal("login/oauth/authorize", result.AbsolutePath); + Assert.Equal("/login/oauth/authorize", result.AbsolutePath); Assert.Equal("?client_id=secret&redirect_uri=https%3A%2F%2Fexample.com%2Ffoo%3Ffoo%3Dbar&scope=foo%2Cbar&state=canARY", result.Query); } }