Skip to content

Commit

Permalink
renamed test_InvalidSchema to test_invalid_schema
Browse files Browse the repository at this point in the history
Signed-off-by: Toma Luca <[email protected]>
  • Loading branch information
tomaluca95 committed Sep 18, 2016
1 parent 043da34 commit 02dc83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/send_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_config_none(self):
}
self.assertRaises(ValueError, wtl.send_notify, {}, "test", config)

def test_InvalidSchema(self):
def test_invalid_schema(self):
config = {
'protocol':"test",
'hostname':"test",
Expand Down

0 comments on commit 02dc83e

Please sign in to comment.