feat: complete published registry contracts and gated SRO ingestion
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m55s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m43s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy customer main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m45s
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m55s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m43s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy customer main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m45s
This commit is contained in:
@@ -216,7 +216,8 @@ class OrganizationsApiV2Test(APITestCase):
|
||||
}
|
||||
source_record_ordering = source_record_parameters["ordering"]
|
||||
self.assertEqual(source_record_ordering["type"], "string")
|
||||
self.assertNotIn("enum", source_record_ordering)
|
||||
self.assertIn("-payload__united_states", source_record_ordering["enum"])
|
||||
self.assertIn("-record_date", source_record_ordering["enum"])
|
||||
ordering_description = source_record_ordering["description"]
|
||||
for ordering_field in (
|
||||
"record_date",
|
||||
|
||||
Reference in New Issue
Block a user