mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix code-lint complaint
This commit is contained in:
parent
aef2b180ee
commit
2bccf228ba
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class SdbTestCase(TestCase, LoaderModuleMockMixin):
|
|||
def test_sqlite_get_not_found(self):
|
||||
what = sdb.sdb_get(
|
||||
'sdb://test_sdb_data/thisKeyDoesNotExist', SDB_OPTS)
|
||||
self.assertEqual(what, None, 'what is "{0!r}"'.format(what))
|
||||
self.assertEqual(what, None)
|
||||
|
||||
# test with SQLite database write and read
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue