Skip to content

Commit

Permalink
internal/network/zone: Test optional TTL
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Jul 10, 2024
1 parent 4b5afef commit 80694d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/network/resource_network_zone_record_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestAccNetworkZoneRecord_entries(t *testing.T) {
entry1 := map[string]string{
"type": "CNAME",
"value": "one",
"ttl": "3600",
"ttl": "",
}

entry2 := map[string]string{
Expand Down Expand Up @@ -132,7 +132,6 @@ resource "lxd_network_zone_record" "record" {
entry {
type = "CNAME"
value = "one"
ttl = 3600
}
}
`, zoneName, recordName)
Expand Down

0 comments on commit 80694d4

Please sign in to comment.