yep
This commit is contained in:
@@ -44,9 +44,6 @@ namespace Shogi.AcceptanceTests.TestSetup
|
||||
authResult.AccessToken.Should().NotBeNullOrEmpty();
|
||||
|
||||
Service.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", authResult.AccessToken);
|
||||
|
||||
var response = await Service.GetAsync("Socket/Token");
|
||||
response.IsSuccessStatusCode.Should().BeTrue(because: "AAT client should create an account for tests.");
|
||||
}
|
||||
|
||||
protected virtual void Dispose(bool disposing)
|
||||
|
||||
Reference in New Issue
Block a user