We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d760d8 commit 5fc0020Copy full SHA for 5fc0020
tests/test_organizations.py
@@ -199,6 +199,9 @@ def test_update_organization_with_domain_data(
199
"organization_id": "org_01EHT88Z8J8795GZNQ4ZP1J81T",
200
"verification_strategy": "dns",
201
"verification_token": "token",
202
+ "created_at": datetime.datetime.now().isoformat(),
203
+ "updated_at": datetime.datetime.now().isoformat(),
204
+ "verification_prefix": None,
205
}
206
207
def test_delete_organization(self, capture_and_mock_http_client_request):
0 commit comments