summaryrefslogtreecommitdiff
path: root/tests/integration_tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration_tests/conftest.py')
-rw-r--r--tests/integration_tests/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_tests/conftest.py b/tests/integration_tests/conftest.py
index 34e674e9..eacb2ae2 100644
--- a/tests/integration_tests/conftest.py
+++ b/tests/integration_tests/conftest.py
@@ -62,6 +62,7 @@ def session_cloud():
)
cloud = platforms[integration_settings.PLATFORM]()
+ cloud.emit_settings_to_log()
yield cloud
cloud.destroy()