Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed May 7, 2024
1 parent 5b6f629 commit d80c9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/tests/debug.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ in
"example.org" = {
"example.org" = {
cname = {
data = [ "www.example.com" ];
data = [ "www.example.com." ];
ttl = 60;
};
};
Expand Down
2 changes: 1 addition & 1 deletion utils/tests/domains.nix
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"example.org" = {
"example.org" = {
cname = {
data = [ "www.example.com" ];
data = [ "www.example.com." ];
ttl = 60;
};
};
Expand Down

0 comments on commit d80c9de

Please sign in to comment.