This commit is contained in:
2018-12-19 20:10:45 +00:00
parent 7fe9ddd55d
commit b56e539970
2 changed files with 12 additions and 9 deletions

View File

@@ -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)