for some reason didn't have some changes introduced in master

This commit is contained in:
julius 2022-03-19 06:05:48 -07:00
parent ef6e0f2bb4
commit a4f81bcd3a

View File

@ -1201,6 +1201,7 @@ class TestVersionedApiExamples(IntegrationTest):
client = MongoClient(uri, server_api=ServerApi("1", deprecation_errors=True))
# End Versioned API Example 4
@unittest.skip("PYTHON-3167 count has been added to API version 1")
@client_context.require_version_min(4, 7)
def test_versioned_api_migration(self):
# SERVER-58785