Remove sensitive data from tracked files before BFG history cleanup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const conformanceExampleUrl = "https://REDACTED-HOST/discover/conformance/log/185524797/conformance";
|
||||
const urlUnderTestNotEncoded = `https://REDACTED-HOST/login?return-to=${conformanceExampleUrl}`;
|
||||
const conformanceExampleUrl = "http://localhost:5173/discover/conformance/log/185524797/conformance";
|
||||
const urlUnderTestNotEncoded = `http://localhost:5173/login?return-to=${conformanceExampleUrl}`;
|
||||
const urlsUnderTest = [urlUnderTestNotEncoded,];
|
||||
describe('Conformance url pastetd', ()=>{
|
||||
urlsUnderTest.forEach((curUrl) => {
|
||||
|
||||
Reference in New Issue
Block a user