mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
tests/integration/modules/state.py: remove raw string formatting
This commit is contained in:
parent
93e2f4eff7
commit
e2342aadb7
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class StateModuleTest(integration.ModuleCase,
|
|||
testfile = os.path.join(integration.TMP, 'issue-1876')
|
||||
sls = self.run_function('state.sls', mods='issue-1876')
|
||||
self.assertIn(
|
||||
'ID {0!r} in SLS \'issue-1876\' contains multiple state '
|
||||
'ID \'{0}\' in SLS \'issue-1876\' contains multiple state '
|
||||
'declarations of the same type'.format(testfile),
|
||||
sls
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue