Skip to content

Commit

Permalink
Remove versioning test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Sep 9, 2020
1 parent 306163a commit 7b34271
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test_servo_webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ def metrics(self) -> List[Metric]:
Metric("throughput", Unit.REQUESTS_PER_MINUTE),
Metric("error_rate", Unit.PERCENTAGE),
]

def test_version():
assert __version__ == '0.2.1'

@respx.mock
async def test_webhook() -> None:
Expand Down

0 comments on commit 7b34271

Please sign in to comment.