Skip to content

Commit 27af05d

Browse files
update tests for new mapping suite packages version
1 parent 7756286 commit 27af05d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest-cov~=3.0.0
66
pytest-subtests~=0.6.0
77
tox~=3.24.5
88
tox-pytest-summary~=0.1.2
9-
mongomock==4.0.0
9+
mongomock==4.1.2
1010
uvicorn[standard]
1111
allure-pytest-bdd==2.10.0
1212
pycurl~=7.45.2

tests/e2e/mapping_suite_processor/test_mapping_suite_processor_from_github_expand_and_load_package_in_mongo_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
mapping_suite_processor_from_github_expand_and_load_package_in_mongo_db
44

55
MAPPING_SUITE_PACKAGE_NAME = "package_F03_test"
6-
MAPPING_SUITE_PACKAGE_ID = f"{MAPPING_SUITE_PACKAGE_NAME}_v2.3.0"
6+
MAPPING_SUITE_PACKAGE_ID = f"package_F03_v6.8.1"
77

88

99
def test_mapping_suite_processor_from_github_expand_and_load_package_in_mongo_db(fake_mongodb_client):

0 commit comments

Comments
 (0)