set updated_at if nothing provided

This commit is contained in:
adlerhurst
2025-07-28 22:42:14 +02:00
parent cebcec6f04
commit 7820e43e7a
4 changed files with 5 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ func TestServer_TestOrgDomainReduces(t *testing.T) {
assert.NoError(ttt, err)
}, retryDuration, tick)
// The API call also sets the domain as primary, so we don't do a separate test for that.
t.Run("test organization domain add reduces", func(t *testing.T) {
// Add a domain to the organization
domainName := gofakeit.DomainName()