Merge ~lgp171188/lpci:fix-failing-tests-snap-classic-warning into lpci:main

Proposed by Guruprasad
Status: Merged
Merged at revision: 99cefd959d2bf084e1b8a2457491ed206830aded
Proposed branch: ~lgp171188/lpci:fix-failing-tests-snap-classic-warning
Merge into: lpci:main
Diff against target: 13 lines (+1/-1)
1 file modified
lpci/commands/tests/test_run.py (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+441461@code.launchpad.net

Commit message

Fix the test for the validation of wrong values for classic snap installation

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lpci/commands/tests/test_run.py b/lpci/commands/tests/test_run.py
2index 1cf9c4b..07ae61b 100644
3--- a/lpci/commands/tests/test_run.py
4+++ b/lpci/commands/tests/test_run.py
5@@ -2429,7 +2429,7 @@ class TestRun(RunBaseTestCase):
6 str(result.errors[0]),
7 "You configured a Snap `classic`, "
8 + "but you did not specify a valid value. "
9- + "Valid values would either be `True` or `False`.",
10+ + "Valid values would either be `true` or `false`.",
11 )
12
13 @patch("lpci.commands.run.get_provider")

Subscribers

People subscribed via source and target branches