Skip to content

Commit

Permalink
Update test_mapping_suite_processor_from_github_expand_and_load_packa…
Browse files Browse the repository at this point in the history
…ge_in_mongo_db.py
  • Loading branch information
CaptainOfHacks committed Apr 22, 2022
1 parent 964fbc7 commit 238c843
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
def test_mapping_suite_processor_from_github_expand_and_load_package_in_mongo_db(mongodb_client):
mapping_suite_processor_from_github_expand_and_load_package_in_mongo_db(
mapping_suite_package_name=MAPPING_SUITE_PACKAGE_NAME,
mongodb_client=mongodb_client
mongodb_client=mongodb_client,
load_test_data=True
)
mapping_suite_repository = MappingSuiteRepositoryMongoDB(mongodb_client=mongodb_client)
mapping_suite = mapping_suite_repository.get(reference=MAPPING_SUITE_PACKAGE_ID)
Expand Down

0 comments on commit 238c843

Please sign in to comment.