Correct error
continuous-integration/drone/push Build is passing Details

Logs_Version_Filtrage_Pagination
Emre KARTAL 2 years ago
parent 1a8f5c8c6c
commit afbd78428b

@ -3,7 +3,6 @@ using DTO;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Abstractions;
using Model;
using StubLib;
namespace ApiTests
@ -46,7 +45,12 @@ namespace ApiTests
var ChampionDto = new ChampionDto
{
Name = "Sylas",
Bio = "Good"
Bio = "Good",
Class = ChampionClassDto.Tank,
Icon = "",
Image = new LargeImageDto() { Base64 = "" },
Skins = new List<SkinDto>()
};
//Act

Loading…
Cancel
Save