support/testing: fix flake8 issue in CPE ID test

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2021-01-02 18:06:24 +01:00
parent 3b10ee391e
commit 728484538a

View file

@ -2,6 +2,7 @@ import infra
import subprocess
import json
class CpeIdTest(infra.basetest.BRConfigTest):
config = ""
br2_external = [infra.filepath("tests/core/cpeid-br2-external")]