From 00af16cc80879d8fa2f5d0a35846ea34f2e82068 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 4 Mar 2022 09:43:06 +0100 Subject: [PATCH] tests: Create OSRT:FreezeTime for all tests --- tests/OBSLocal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/OBSLocal.py b/tests/OBSLocal.py index 53de0585..7726d128 100644 --- a/tests/OBSLocal.py +++ b/tests/OBSLocal.py @@ -382,6 +382,7 @@ class StagingWorkflow(ABC): # First ensure the existence of both the target project and the 'Config' attribute type self.create_target() self.create_attribute_type('OSRT', 'Config', 1) + self.create_attribute_type('OSRT', 'FreezeTime', 1) self.remote_config_set(self.initial_config(), replace_all=True)