update: add multiple parameters instead of one
This commit is contained in:
parent
335cc78005
commit
6c77ff9529
@ -28,9 +28,11 @@ public class CardsTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void getCardsWithParameterShouldReturnCorrectData(){
|
public void getCardsWithParametersShouldReturnCorrectData(){
|
||||||
given().
|
given().
|
||||||
param("id", "33b9ca30-0296-52b7-a8e2-7d4715404b0d|f592d20b-1974-569e-82ab-aa59f3a66765").
|
param("id", "33b9ca30-0296-52b7-a8e2-7d4715404b0d|f592d20b-1974-569e-82ab-aa59f3a66765").
|
||||||
|
param("layout", "normal").
|
||||||
|
param("legality", "Legal").
|
||||||
get().then().
|
get().then().
|
||||||
header("Count", equalTo("2"));
|
header("Count", equalTo("2"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user