fix test__open_path_and_check_proc API test
Description
Problem/Justification
None
Impact
None
Activity
Show:
Bug Clerk January 27, 2022 at 8:11 PM
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Caleb
CalebReporter
Caleb
CalebLabels
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created January 27, 2022 at 8:09 PM
Updated July 1, 2022 at 5:54 PM
Resolved January 28, 2022 at 11:20 AM
> assert open_pid.isdigit(), open_pid
E AssertionError: 49557
E
E assert False
E + where False = <built-in method isdigit of str object at 0x8063cc9f0>()
E + where <built-in method isdigit of str object at 0x8063cc9f0> = '49557\n'.isdigit
The error message is absolute garbage and incomprehendable but once you stare at it long enough you'll realize it's broken because `open_pid` has a `\n` character at the end....