From 21e3948bddf9dd39339bda6a8d655919a5ee8ca6 Mon Sep 17 00:00:00 2001 From: Rahmanim Benny Date: Tue, 5 Mar 2024 12:16:03 +0200 Subject: Avoid unsafe conditions for integration tests (#340) * Avoid unsafe conditions for integration tests * Remove .idea/ folder * remove another jinja templating expression from asserts condition * remove shortname jinja templating expression from asserts condition * Update changelog * changelog updates --- changelogs/fragments/avoid_unsafe_conditions.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/avoid_unsafe_conditions.yml (limited to 'changelogs') diff --git a/changelogs/fragments/avoid_unsafe_conditions.yml b/changelogs/fragments/avoid_unsafe_conditions.yml new file mode 100644 index 00000000..693f01d0 --- /dev/null +++ b/changelogs/fragments/avoid_unsafe_conditions.yml @@ -0,0 +1,3 @@ +--- +trivial: + - avoid_unsafe_conditions - Avoid unsafe conditions in integration tests to resolve issues related to assertion unsafe conditions. -- cgit v1.2.3