Skip to content

Commit e3f6632

Browse files
committed
updated baseurl for ecommerce
1 parent 1e55f0a commit e3f6632

File tree

1 file changed

+1
-1
lines changed
  • src/test/java/io/github/mfaisalkhatri/api/restfulecommerce

1 file changed

+1
-1
lines changed

src/test/java/io/github/mfaisalkhatri/api/restfulecommerce/BaseTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class BaseTest {
1313

1414
protected Playwright playwright;
1515
protected APIRequestContext request;
16-
private static final String BASE_URL = "http://restful-ecommerce:3004";
16+
private static final String BASE_URL = "http://host.docker.internal:3004";
1717

1818
@BeforeClass
1919
public void setup() {

0 commit comments

Comments
 (0)