From c716ebd50f9595d3c0f3fef4988108ed353152bf Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Mar 03 2020 08:41:03 +0000 Subject: Tests: Set default value for SUBJECT_TYPES_DIR Signed-off-by: Lukas Holecek --- diff --git a/greenwave/config.py b/greenwave/config.py index 87d0fd7..c2de796 100644 --- a/greenwave/config.py +++ b/greenwave/config.py @@ -80,6 +80,7 @@ class TestingConfig(Config): GREENWAVE_API_URL = 'http://localhost:5005/api/v1.0' KOJI_BASE_URL = 'http://localhost:5006/kojihub' POLICIES_DIR = _local_conf_dir('policies') + SUBJECT_TYPES_DIR = _local_conf_dir('subject_types') class FedoraTestingConfig(Config):