cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
45 stars 12 forks source link

TestCoreIssue363.test_post_request failing #688

Open gerrycampion opened 2 months ago

gerrycampion commented 2 months ago

The regression test TestCoreIssue363.test_post_request is failing. It is posting to a url with invalid query params and giving the following error:

E       AssertionError: 401 != 200 : POST request failed with status code

The test should be fixed or removed.