Skip to content

Commit 041188d

Browse files
author
Sam
committed
Update test to reflect version bump to 0.1.2-beta
1 parent 396c296 commit 041188d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ujeebu_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def test_account_user_agent(self, mock_get):
468468
self.client.account()
469469

470470
call_args = mock_get.call_args
471-
self.assertEqual(call_args.kwargs['headers']['user-agent'], 'Ujeebu-Python/0.1.1-beta')
471+
self.assertEqual(call_args.kwargs['headers']['user-agent'], 'Ujeebu-Python/0.1.2-beta')
472472

473473

474474
if __name__ == '__main__':

0 commit comments

Comments
 (0)