Skip to content

Commit

Permalink
test separated
Browse files Browse the repository at this point in the history
  • Loading branch information
rjt-gupta committed Mar 14, 2019
1 parent d95dcaf commit 64bb49f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snare/tests/test_parse_tanner_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ async def test():
expected_result = [self.expected_content, self.content_type, {}, 200]
self.assertCountEqual(real_result, expected_result)

def test_parse_type_two_with_headers(self):

self.detection = {
"type": 2,
"payload": {
Expand Down

0 comments on commit 64bb49f

Please sign in to comment.