Skip to content

Commit

Permalink
test: fix cmd/test_schema int test (#5629)
Browse files Browse the repository at this point in the history
Adapt to new annotation formating from
a2193da.
  • Loading branch information
aciba90 authored Aug 21, 2024
1 parent c6ba0df commit 8f741da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration_tests/cmd/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ def test_schema_deprecations(self, class_client: IntegrationInstance):
apt_reboot_if_required: false\t\t# D3
# Deprecations: -------------
# D1: Deprecated in version 22.2. Use ``package_update`` instead.
# D2: Deprecated in version 22.2. Use ``package_upgrade`` instead.
# D3: Deprecated in version 22.2. Use ``package_reboot_if_required`` instead.
# D1: Deprecated in version 22.2. Use **package_update** instead.
# D2: Deprecated in version 22.2. Use **package_upgrade** instead.
# D3: Deprecated in version 22.2. Use **package_reboot_if_required** instead.
Valid schema /root/user-data""" # noqa: E501
Expand Down

0 comments on commit 8f741da

Please sign in to comment.