This commit is contained in:
2020-03-18 19:45:10 +00:00
parent 41164a04ab
commit b691e29ad3
2 changed files with 2 additions and 153 deletions

View File

@@ -20,10 +20,10 @@ namespace raven_integration
*/
[Fact]
public async void TranslationPickListWorks()
public async void TranslationListWorks()
{
//Get all
ApiResponse a = await Util.GetAsync("Translation/picklist", 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