Skip to content

Commit

Permalink
Update SimpleHttpResponse strings
Browse files Browse the repository at this point in the history
  • Loading branch information
sheidkamp committed Dec 4, 2024
1 parent 9fba351 commit 3f97781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kube2e/helper/testserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const (
TestServerPort = 1234

// This response is given by the testserver when the SimpleServer is started
SimpleHttpResponse = `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
SimpleHttpResponse = `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html>
<title>Directory listing for /</title>`
SimpleHttpResponseArm = `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
SimpleHttpResponseArm = `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html>
<title>Directory listing for /</title>`
)

Expand Down

0 comments on commit 3f97781

Please sign in to comment.