gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
48 stars 39 forks source link

fixes #177, adding workaround for buggy legacy server response #188

Closed bitcoder closed 6 months ago

bitcoder commented 6 months ago

Issue being resolved: https://github.com/gurock/trcli/issues/177

Solution description

remove auth string from content, if exists, and then parse the JSON content afterwards

Changes

added workaround to remove buggy auth string on the body of legacy TR server versions.

Potential impacts

N/A

Steps to test

Happy path to test implemented scenario

PR Tasks