Skip to content

Commit

Permalink
DEV: Fix broken DNAME test (StackExchange#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Apr 2, 2024
1 parent 42125b5 commit 68a00bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prettyzone/prettyzone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ var testdataZFEach = `$TTL 300
IN DHCID AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=
4.5 IN PTR y.bosun.org.
_443._tcp IN TLSA 3 1 1 abcdef0
dname IN DNAME example.com.
sub IN NS bosun.org.
x IN CNAME bosun.org.
dname IN DNAME example.com.
`

func TestWriteZoneFileSynth(t *testing.T) {
Expand Down

0 comments on commit 68a00bb

Please sign in to comment.