techservicesillinois / vcrpy-cleaner

Sensitive data cleaners for network cassettes captured by the VCR.py testing library.
0 stars 0 forks source link

Clean string cleaner over-cleans when the environment variable is not set. #14

Closed edthedev closed 1 year ago

edthedev commented 1 year ago

It should, instead, not do anything when the environment variable is not set.

edthedev commented 1 year ago

Alternately, it should throw and error if invoked when the environment variable is unset.