Skip to content

Commit d2b54cd

Browse files
author
Laurynas Butkus
committed
Add user info spec
1 parent 6534573 commit d2b54cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_convertapi.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ def test_chained_conversion(self):
5050
@raises(convertapi.ApiError)
5151
def test_api_error(self):
5252
convertapi.convert('pdf', { 'Url': 'https://www.w3.org/TR/PNG/iso_8859-1.txt' }, 'web', 600)
53+
54+
def test_user_info(self):
55+
user_info = convertapi.user()
56+
assert user_info['Active']

0 commit comments

Comments
 (0)