From 2c8a114b342a3c900e4a4cb618a283b58941ffd9 Mon Sep 17 00:00:00 2001 From: Zach Goldstein Date: Mon, 27 Mar 2017 12:56:00 -0400 Subject: [PATCH] Remove hardcoded test version use --- tests/test_notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_notifier.py b/tests/test_notifier.py index 9c3bc9f..f5ff68d 100644 --- a/tests/test_notifier.py +++ b/tests/test_notifier.py @@ -170,7 +170,7 @@ def get_expected_payload(self, message, error_type): 'context': ctx, 'notifier': { 'url': 'https://github.com/airbrake/airbrake-python', - 'version': '1.3.4', + 'version': __version__, 'name': 'airbrake-python'} }