This commit is contained in:
2020-05-13 23:22:09 +00:00
parent d8ab0420c0
commit 9716e67909
5 changed files with 49 additions and 49 deletions

View File

@@ -23,7 +23,7 @@ namespace raven_integration
public async void TranslationListWorks()
{
//Get all
ApiResponse a = await Util.GetAsync("Translation/List", await Util.GetTokenAsync("CustomerLimited"));//lowest level test user because there are no limits on this route except to be authenticated
ApiResponse a = await Util.GetAsync("Translation/list", await Util.GetTokenAsync("CustomerLimited"));//lowest level test user because there are no limits on this route except to be authenticated
Util.ValidateDataReturnResponseOk(a);
Util.ValidateHTTPStatusCode(a, 200);
//there should be at least 4 of them as there are 4 stock translations