Skip to content

Commit f61c18d

Browse files
committed
fixed test
1 parent 65ca848 commit f61c18d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/e2e/mapping_suite_processor/test_mapping_suite_processor_from_github_expand_and_load_package_in_mongo_db.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
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_METADATA_IDENTIFIER = "package_F03"
7+
MAPPING_SUITE_METADATA_VERSION = "6.8.1"
8+
MAPPING_SUITE_PACKAGE_ID = f"{MAPPING_SUITE_METADATA_IDENTIFIER}_v{MAPPING_SUITE_METADATA_VERSION}"
79

810

911
def test_mapping_suite_processor_from_github_expand_and_load_package_in_mongo_db(fake_mongodb_client):

0 commit comments

Comments
 (0)