@@ -85,8 +85,8 @@ def setup_module(mongo_connection: MongoDBConnection) -> Generator[None, None, N
8585 ("--files" , PY_SIM_FILES , "py" , True ),
8686 ("--files" , CPP_FILES , "cpp" , False ),
8787 ("--files" , CPP_SIM_FILES , "cpp" , True ),
88- ("--github-files " , PY_GITHUB_FILES , "py" , False ),
89- ("--github-files " , CPP_GITHUB_SIM_FILES , "cpp" , True ),
88+ ("--github-urls " , PY_GITHUB_FILES , "py" , False ),
89+ ("--github-urls " , CPP_GITHUB_SIM_FILES , "cpp" , True ),
9090 ],
9191)
9292def test_correct_mongo_connection (
@@ -108,8 +108,8 @@ def test_correct_mongo_connection(
108108 ("--files" , PY_SIM_FILES , "py" , True ),
109109 ("--files" , CPP_FILES , "cpp" , False ),
110110 ("--files" , CPP_SIM_FILES , "cpp" , True ),
111- ("--github-files " , PY_GITHUB_FILES , "py" , False ),
112- ("--github-files " , CPP_GITHUB_SIM_FILES , "cpp" , True ),
111+ ("--github-urls " , PY_GITHUB_FILES , "py" , False ),
112+ ("--github-urls " , CPP_GITHUB_SIM_FILES , "cpp" , True ),
113113 ],
114114)
115115def test_reading_metadata_and_reports_after_saving (
@@ -210,8 +210,8 @@ def test_saving_after_file_significant_change(
210210 ("--files" , PY_SIM_FILES , "py" , True ),
211211 ("--files" , CPP_FILES , "cpp" , False ),
212212 ("--files" , CPP_SIM_FILES , "cpp" , True ),
213- ("--github-files " , PY_GITHUB_FILES , "py" , False ),
214- ("--github-files " , CPP_GITHUB_SIM_FILES , "cpp" , True ),
213+ ("--github-urls " , PY_GITHUB_FILES , "py" , False ),
214+ ("--github-urls " , CPP_GITHUB_SIM_FILES , "cpp" , True ),
215215 ],
216216)
217217def test_saving_metadata_and_reports (
0 commit comments