This commit is contained in:
Victor Ng 2020-09-01 20:14:37 -04:00
Родитель f55e4f28a1
Коммит a38083bee5
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -83,7 +83,6 @@ dependencies:
- markus[datadog]==2.2.0
- mock==2.0.0
- more-itertools==4.2.0
- moto==1.3.14
- mozilla-srgutil==0.1.7
- mozilla-jsoncache==0.1.7
- networkx==2.4

Просмотреть файл

@ -162,8 +162,7 @@ def test_can_recommend(test_ctx):
with mock_install_mock_data(test_ctx):
r = CollaborativeRecommender(test_ctx)
# For some reason, moto doesn't like to play nice with this call
# Check that we can recommend if we the user has at least an addon.
# Check that we can recommend if the user has at least an addon.
assert r.can_recommend(
{
"installed_addons": ["uBlock0@raymondhill.net"],