Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarabed committed Jan 16, 2020
1 parent 9091d1d commit acae873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scylla/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
'scylla.memory.virtual_dirty_bytes',
],
'scylla.memtables': ['scylla.memtables.pending_flushes', 'scylla.memtables.pending_flushes_bytes'],
'scylla.node': ['scylla.node.operation_mode',],
'scylla.node': ['scylla.node.operation_mode'],
'scylla.query_processor': ['scylla.query_processor.queries', 'scylla.query_processor.statements_prepared'],
'scylla.reactor': [
'scylla.reactor.aio_bytes_read',
Expand Down
2 changes: 1 addition & 1 deletion scylla/tests/test_scylla.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_instance_invalid_group_check(aggregator, db_instance, mock_db_data):
db_instance['metric_groups'] = additional_metrics

with pytest.raises(CheckException):
c = ScyllaCheck('scylla', {}, [db_instance])
ScyllaCheck('scylla', {}, [db_instance])

aggregator.assert_service_check('scylla.prometheus.health', count=0)

Expand Down

0 comments on commit acae873

Please sign in to comment.