eregs / regulations-site

Web interface for viewing U.S. federal regulations and other regulatory information
https://regulations.atf.gov/
Creative Commons Zero v1.0 Universal
19 stars 46 forks source link

Figure out how to extricate Sauce connect info from CI errors #457

Open cmc333333 opened 8 years ago

cmc333333 commented 8 years ago

We run Django with DEBUG = True when running our tests. This leaves open a door for a test error to leak sensitive and semi-sensitive information. For example, tests can leak info in debug logs and when hitting failure pages.

Two examples:

It may be the case that running with DEBUG = False resolves these issues.

cmc333333 commented 8 years ago

Just a heads up that we've deactivated the relevant API key, so sauce will fail until this is resolved.