This commit is contained in:
lohit
2025-05-27 19:16:29 +05:30
parent d820069371
commit 5627c5624f

View File

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