Fix the classpath archive API call in GcfJarLauncher

This commit is contained in:
Oleg Zhurakousky
2020-05-22 13:09:49 +02:00
parent 03cdd34832
commit 0133504dce
2 changed files with 16 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ public class FunctionSampleGcpIntegrationTest {
String line;
while ((line = reader.readLine()) != null) {
System.out.println(line);
if (line.equals("INFO: URL: http://localhost:8080/")) {
if (line.endsWith("URL: http://localhost:8080/")) {
startedSuccessfully.countDown();
}
}