Fix tests for rephrased "Cannot update the %s settings" message
Marco Ricci

Marco Ricci commited on 2025-01-11 18:51:01
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.


The rephrasing was introduced in
1b29904d789be7742119bfa06ce11aa5b7ffb6f9.
... ...
@@ -1360,12 +1360,12 @@ contents go here
1360 1360
             (
1361 1361
                 [],
1362 1362
                 '',
1363
-                'Cannot update global settings without any given settings',
1363
+                'Cannot update the global settings without any given settings',
1364 1364
             ),
1365 1365
             (
1366 1366
                 ['--', 'sv'],
1367 1367
                 '',
1368
-                'Cannot update service settings without any given settings',
1368
+                'Cannot update the service-specific settings without any given settings',
1369 1369
             ),
1370 1370
             (['--phrase', '--', 'sv'], '', 'No passphrase was given'),
1371 1371
             (['--key'], '', 'No SSH key was selected'),
1372 1372