Skip to content

Commit fa2044d

Browse files
committed
Refactoring
1 parent 1cb6685 commit fa2044d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

job_compassplus/root_common.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ def init_poolmanager(self, *args, **kwargs):
3434
# Check
3535
rs = session.get("https://helpdesk.compassluxe.com/pa-reports/")
3636
print(rs)
37+
rs.raise_for_status()
38+
39+
rs = session.get("https://helpdesk.compassluxe.com/secure/ViewProfile.jspa?name=ipetrash")
40+
print(rs)
41+
rs.raise_for_status()

0 commit comments

Comments
 (0)