Remove FocusConvey check

This commit is contained in:
dsotirakis
2021-11-01 20:02:02 +02:00
parent fb75411ddc
commit 96541cf8d6
2 changed files with 1 additions and 14 deletions
-2
View File
@@ -374,8 +374,6 @@ def test_backend_step(edition):
'lint-backend',
],
'commands': [
# First make sure that there are no tests with FocusConvey
'[ $(grep FocusConvey -R pkg | wc -l) -eq "0" ] || exit 1',
'./bin/grabpl test-backend --edition {}'.format(edition),
],
}