We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b0ca9 commit e3c564fCopy full SHA for e3c564f
1 file changed
lib_test.py
@@ -211,6 +211,21 @@ async def test_load_repos_info(mocker):
211
"packaging_tool": "none",
212
"versioning_strategy": FILE_VERSION,
213
},
214
+ {
215
+ "name": "bad-no-channel",
216
+ "repo_url": "https://github.com/mitodl/ocw-hugo-projects.git",
217
+ "project_type": "library",
218
+ "packaging_tool": "none",
219
+ "versioning_strategy": FILE_VERSION,
220
+ },
221
222
+ "name": "bad-nonexistant-channel",
223
224
+ "channel_name": "ghost-channel",
225
226
227
228
229
]
230
231
)
0 commit comments