Skip to content

Commit 5fc0020

Browse files
committed
Fix test
1 parent 4d760d8 commit 5fc0020

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_organizations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ def test_update_organization_with_domain_data(
199199
"organization_id": "org_01EHT88Z8J8795GZNQ4ZP1J81T",
200200
"verification_strategy": "dns",
201201
"verification_token": "token",
202+
"created_at": datetime.datetime.now().isoformat(),
203+
"updated_at": datetime.datetime.now().isoformat(),
204+
"verification_prefix": None,
202205
}
203206

204207
def test_delete_organization(self, capture_and_mock_http_client_request):

0 commit comments

Comments
 (0)