From 23376d3c2c8300e415829911eaf03261e6d20ac3 Mon Sep 17 00:00:00 2001 From: Juha Vainio Date: Thu, 22 Feb 2024 11:35:24 +0200 Subject: [PATCH] Do not require each test to set up cleanup function Removed the requirement from all tests to set up cleanup function. All tests are now wrapped around device_posture_test call. This enables that adding of cleanup function for each test is done in one location. --- device-posture/device-posture.https.html | 27 ++++++++++++------------ 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/device-posture/device-posture.https.html b/device-posture/device-posture.https.html index 5cece48b2599be..afb9bc45883328 100644 --- a/device-posture/device-posture.https.html +++ b/device-posture/device-posture.https.html @@ -6,13 +6,18 @@