[FIX] runbot: typo in test tag

This commit is contained in:
Christophe Monniez 2023-05-30 08:59:51 +02:00 committed by xdo
parent 2e002c2dd7
commit 82c6b22e77

View File

@ -20,7 +20,7 @@ def rev_parse(repo, branch_name):
return head_hash
@tagged('-at_install', 'post_istall')
@tagged('-at_install', 'post_install')
class TestBuildParams(RunbotCaseMinimalSetup):
def setUp(self):