mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2025-03-24 17:00:25 -09:00
Squash pep8 indentation issues
This commit is contained in:
parent
3e4300e6b8
commit
dd14ecbde6
1 changed files with 2 additions and 2 deletions
4
tests.py
4
tests.py
|
@ -186,7 +186,7 @@ class InfluxDbTests(testing.AsyncHTTPTestCase):
|
|||
break
|
||||
else:
|
||||
self.fail('Expected to find "request" metric in {!r}'.format(
|
||||
list(self.application.influx_db['requests'])))
|
||||
list(self.application.influx_db['requests'])))
|
||||
|
||||
def test_that_cached_db_connection_is_used(self):
|
||||
cfg = self.application.settings[metrics.InfluxDBMixin.SETTINGS_KEY]
|
||||
|
@ -208,4 +208,4 @@ class InfluxDbTests(testing.AsyncHTTPTestCase):
|
|||
break
|
||||
else:
|
||||
self.fail('Expected to find "request" metric in {!r}'.format(
|
||||
list(self.application.influx_db['requests'])))
|
||||
list(self.application.influx_db['requests'])))
|
||||
|
|
Loading…
Add table
Reference in a new issue