1
0
Эх сурвалжийг харах

fix

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 1 жил өмнө
parent
commit
0861e68450

+ 1 - 1
pkg/e2e/fixtures/build-test/nginx-build/static/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
   <meta charset="utf-8">
   <meta charset="utf-8">
-  <title>Docker Nginx</title>
+  <title>Static file 2</title>
 </head>
 </head>
 <body>
 <body>
   <h2>Hello from Nginx container</h2>
   <h2>Hello from Nginx container</h2>

+ 1 - 1
pkg/e2e/fixtures/build-test/nginx-build2/static2/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
   <meta charset="utf-8">
   <meta charset="utf-8">
-  <title>Docker Nginx</title>
+  <title>Static file 2</title>
 </head>
 </head>
 <body>
 <body>
   <h2>Hello from Nginx container</h2>
   <h2>Hello from Nginx container</h2>