Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avirtopeanu-ionos committed Dec 19, 2024
1 parent d55d6a0 commit d0601a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/dns/dns_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func TestZone(t *testing.T) {

resolvedId, err := utils.ZoneResolve(randName)
assert.NoError(t, err)
assert.Equal(t, sharedZ.Id, resolvedId) // I added these 3 lines later - to test zone.ZoneResolve too
assert.Equal(t, sharedZ.Id, resolvedId)

// === `ionosctl dns z get`
c = zone.ZonesFindByIdCmd()
Expand Down

0 comments on commit d0601a9

Please sign in to comment.