revert test update

This commit is contained in:
lohit
2025-05-27 19:40:22 +05:30
parent bb01199877
commit bf19645282

View File

@@ -21,6 +21,6 @@ script:pre-request {
tests {
test("should disable redirect to ping", function() {
const data = res.getBody();
expect(data).to.equal('Maximum redirects (0) exceeded');
expect(data).to.equal('Found. Redirecting to /ping');
});
}