Skip to content

Commit

Permalink
look for docker, not ts
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Feb 4, 2025
1 parent 935245b commit bb31387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func TestValidateResolvConf(t *testing.T) {
"HEADSCALE_DNS_NAMESERVERS_GLOBAL": "",
},
wantConfCompareFunc: func(t *testing.T, got string) {
assert.NotContains(t, got, "100.100.100.100")
assert.Contains(t, got, "Generated by Docker Engine")
},
},
{
Expand Down

0 comments on commit bb31387

Please sign in to comment.