update: rename setup method
This commit is contained in:
parent
6c77ff9529
commit
355bcd94e7
@ -13,7 +13,7 @@ import static org.hamcrest.Matchers.equalTo;
|
||||
public class CardsTest {
|
||||
|
||||
@BeforeAll
|
||||
public static void testSetup() {
|
||||
public static void cardsTestSetup() {
|
||||
RestAssured.baseURI = "https://api.magicthegathering.io/v1/cards";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user