Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
xornivore committed Apr 7, 2020
1 parent 17029ec commit ec166e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes_state/tests/test_kubernetes_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def instance():
}


def _check(instance,mock_file="prometheus.txt"):
def _check(instance, mock_file="prometheus.txt"):
check = KubernetesState(CHECK_NAME, {}, {}, [instance])
check.poll = mock.MagicMock(return_value=MockResponse(mock_from_file(mock_file), 'text/plain'))
return check
Expand Down

0 comments on commit ec166e4

Please sign in to comment.