This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 4968780  Update tests for build  (#247)
4968780 is described below

commit 49687809fd4c64d25303d92d2d5af3e0e56e205c
Author: Kit Chan <[email protected]>
AuthorDate: Wed Sep 25 17:29:59 2024 -0700

    Update tests for build  (#247)
    
    * Update server.js
    
    * Update test_ingress.py
---
 k8s/images/node-app-1/server.js | 2 +-
 tests/suite/test_ingress.py     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/k8s/images/node-app-1/server.js b/k8s/images/node-app-1/server.js
index 5223414..3607ef4 100644
--- a/k8s/images/node-app-1/server.js
+++ b/k8s/images/node-app-1/server.js
@@ -33,7 +33,7 @@ app.get('/app1', (req, res) => { // 
lgtm[js/missing-rate-limiting]
 })
 
 app.get('/app2', (req, res) => { // lgtm[js/missing-rate-limiting]
-  res.sendFile('hello-updated.html', {root: __dirname });
+  res.sendFile('hello.html', {root: __dirname });
 })
 
 
diff --git a/tests/suite/test_ingress.py b/tests/suite/test_ingress.py
index 7d234a7..2a02774 100644
--- a/tests/suite/test_ingress.py
+++ b/tests/suite/test_ingress.py
@@ -86,7 +86,7 @@ def get_expected_response_app1_updated():
 
             <HEAD>
             <TITLE>
-                Hello from app1 - Request to path /app2
+                Hello from app1
             </TITLE>
             </HEAD>
 

Reply via email to