fix code-lint complaint

This commit is contained in:
Vernon Cole 2017-10-02 12:18:11 -06:00
parent aef2b180ee
commit 2bccf228ba
No known key found for this signature in database
GPG key ID: C4FE8A79AB2E140C

View file

@ -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