diff --git a/run/helloworld/index.js b/run/helloworld/index.js index 42e162f2eb..f42a09259b 100644 --- a/run/helloworld/index.js +++ b/run/helloworld/index.js @@ -29,5 +29,7 @@ app.listen(port, () => { // [END run_helloworld_service] // [END cloudrun_helloworld_service] +// Hello + // Exports for testing purposes. export default app; diff --git a/run/helloworld/test/system.test.js b/run/helloworld/test/system.test.js index 3980f27031..435e9d0026 100644 --- a/run/helloworld/test/system.test.js +++ b/run/helloworld/test/system.test.js @@ -93,6 +93,10 @@ describe('End-to-End Tests', () => { it('Service uses the NAME override', async () => { const response = await get('/', BASE_URL); + + console.log('-------'); + console.log(BASE_URL); + assert.strictEqual( response.statusCode, 200,