This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 4b6caff4d8 Enable `retryOnStatusCodeFailure` when calling
`resetStreamPipes` (#4053)
4b6caff4d8 is described below
commit 4b6caff4d84d162a10ca38249862a0ed9c756f31
Author: Stefano Baghino <[email protected]>
AuthorDate: Mon Dec 15 08:37:48 2025 +0100
Enable `retryOnStatusCodeFailure` when calling `resetStreamPipes` (#4053)
---
ui/cypress/support/general/resetStreamPipes.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/cypress/support/general/resetStreamPipes.ts
b/ui/cypress/support/general/resetStreamPipes.ts
index 4d6eac8503..1fe22ff304 100644
--- a/ui/cypress/support/general/resetStreamPipes.ts
+++ b/ui/cypress/support/general/resetStreamPipes.ts
@@ -31,5 +31,6 @@ export const resetStreamPipes = () => {
auth: {
bearer: window.localStorage.getItem('auth-token'),
},
+ retryOnStatusCodeFailure: true,
});
};