Skip to content

Commit

Permalink
Update fixture for tests for error log
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Herrera <[email protected]>
  • Loading branch information
rickhlx committed Jan 8, 2024
1 parent 2ceba75 commit 0e82071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
level=info msg="No matching tls hosts found - tls hosts: \[foo.org bar.org\], ingress hosts: \[example.org\]" kind=Ingress name=myapp-ingress ns=default
level=error msg="No matching tls hosts found - tls hosts: \[foo.org bar.org\], ingress hosts: \[example.org\]" kind=Ingress name=myapp-ingress ns=default
Original file line number Diff line number Diff line change
@@ -1 +1 @@
level=info msg="No matching tls hosts found - tls hosts: \[foo.org\], routegroup hosts: \[example.org\]" kind=RouteGroup name=myapp ns=default
level=error msg="No matching tls hosts found - tls hosts: \[foo.org\], routegroup hosts: \[example.org\]" kind=RouteGroup name=myapp ns=default

0 comments on commit 0e82071

Please sign in to comment.