Skip to content

Commit

Permalink
Remove double '_' from test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Young committed Mar 18, 2022
1 parent dd12497 commit 9d697e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def mock_run_ceph_cmd(self, cmd, stderr=None, shell=True):
return self.run_ceph_mock_return.pop()

@mock.patch.object(gateway.subprocess, 'check_output')
def test__run_ceph_cmd(self, check_output):
def test_run_ceph_cmd(self, check_output):
self.gw = gateway.CephiSCSIGateway(
None,
{'a': 'b'},
Expand Down

0 comments on commit 9d697e1

Please sign in to comment.