summaryrefslogtreecommitdiff
path: root/tests/integration_tests/cmd/test_schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration_tests/cmd/test_schema.py')
-rw-r--r--tests/integration_tests/cmd/test_schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests/cmd/test_schema.py b/tests/integration_tests/cmd/test_schema.py
index 0930309b..fd8c13cf 100644
--- a/tests/integration_tests/cmd/test_schema.py
+++ b/tests/integration_tests/cmd/test_schema.py
@@ -19,7 +19,7 @@ class TestSchemaDeprecations:
def test_clean_log(self, class_client: IntegrationInstance):
log = class_client.read_from_file("/var/log/cloud-init.log")
verify_clean_log(log, ignore_deprecations=True)
- assert "WARNING]: Deprecated cloud-config provided:" in log
+ assert "DEPRECATED]: Deprecated cloud-config provided:" in log
assert "apt_reboot_if_required: Default: ``false``. Deprecated " in log
assert "apt_update: Default: ``false``. Deprecated in version" in log
assert "apt_upgrade: Default: ``false``. Deprecated in version" in log