mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
next batch of test cleanup (#2004)
This commit is contained in:
@@ -753,7 +753,7 @@ namespace Octokit.Tests.Http
|
||||
var connection = new Connection(new ProductHeaderValue("OctokitTests"), new Uri("https://github.com/"));
|
||||
|
||||
Assert.Equal(new Uri("https://github.com/"), connection.BaseAddress);
|
||||
Assert.True(connection.UserAgent.StartsWith("OctokitTests ("));
|
||||
Assert.StartsWith("OctokitTests (", connection.UserAgent);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user