update: add multiple parameters instead of one

This commit is contained in:
Szymon Szczubkowski 2024-01-21 00:30:02 +01:00
parent 335cc78005
commit 6c77ff9529

View File

@ -28,9 +28,11 @@ public class CardsTest {
}
@Test
public void getCardsWithParameterShouldReturnCorrectData(){
public void getCardsWithParametersShouldReturnCorrectData(){
given().
param("id", "33b9ca30-0296-52b7-a8e2-7d4715404b0d|f592d20b-1974-569e-82ab-aa59f3a66765").
param("layout", "normal").
param("legality", "Legal").
get().then().
header("Count", equalTo("2"));
}