File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
e-2-e-tests/src/test/java/com/e2e_tests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ public void preparePubsubEmulator() {
73
73
public void simpleEndToEndTest () {
74
74
GenericContainer mainOwnerService = MainOwnerService .startContainer ();
75
75
GenericContainer labelOwnerService = LabelOwnerService .startContainer ();
76
+ //mainOwnerService.getLogs();
76
77
try {
77
78
int mainOwnerServiceMappedPort = mainOwnerService .getMappedPort (8080 );
78
79
Long ownerId = 7L ;
@@ -83,7 +84,7 @@ public void simpleEndToEndTest() {
83
84
84
85
sleep (10 );
85
86
86
- ClassicHttpRequest fetchRequest = createFetchRequest (8L , mainOwnerServiceMappedPort );
87
+ ClassicHttpRequest fetchRequest = createFetchRequest (ownerId , mainOwnerServiceMappedPort );
87
88
MyResponse fetchResponse = sendRequest (fetchRequest );
88
89
System .out .println (fetchResponse );
89
90
} finally {
You can’t perform that action at this time.
0 commit comments