Skip to content

Commit

Permalink
Remove hardcoded test version use
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoldstein committed Mar 27, 2017
1 parent d06327f commit 2c8a114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
}

Expand Down

0 comments on commit 2c8a114

Please sign in to comment.