Updated test cases

This commit is contained in:
Marvin Scham
2023-06-27 06:45:25 +02:00
parent 9927b8f959
commit f2993a19a8
27 changed files with 104 additions and 331 deletions

View File

@@ -18,7 +18,7 @@ class AmazonSellerTest {
private static String demoApiKey = "my-api-key";
private static String demoApiUrl = "https://www.example.com/api";
private static Webshop demoDataTarget = Webshop.Amazon;
private static Webshop demoDataTarget = Webshop.AMAZON;
@BeforeEach
void setup() {