This commit is contained in:
@@ -17,7 +17,7 @@ namespace raven_integration
|
||||
[Fact]
|
||||
public async void AyaTypeListShouldWork()
|
||||
{
|
||||
ApiResponse a = await Util.GetAsync("AyaType");
|
||||
ApiResponse a = await Util.GetAsync("AyaType", await Util.GetTokenAsync("manager", "l3tm3in"));
|
||||
Util.ValidateDataReturnResponseOk(a);
|
||||
Util.ValidateHTTPStatusCode(a, 200);
|
||||
//there should be at least 8 of them (at time of writing late March 2018)
|
||||
|
||||
Reference in New Issue
Block a user