Skip to content

Commit

Permalink
removed extra character to make code functional before adapting chang…
Browse files Browse the repository at this point in the history
…es suggested by mentors.

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
hkiiita authored Sep 27, 2024
1 parent ab09340 commit 314f3f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/fqdn_dns_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ http {
// Create and update the custom DNS configMap
customDNSconfig := fmt.Sprintf(`lfx.test:53 {
errors
t
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
Expand Down Expand Up @@ -387,7 +386,6 @@ http {
// Create and update the custom DNS configMap
UpdatedCustomDNSconfig := fmt.Sprintf(`lfx.test:53 {
errors
t
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
Expand Down

0 comments on commit 314f3f5

Please sign in to comment.