feat: add Tekton Pipelines for integration testing #25

Merged
rock merged 13 commits from feat/tekton-integration-testing into main 2026-09-13 22:50:13 +00:00
Showing only changes of commit ba6958e6f3 - Show all commits
+1 -1
View File
@@ -247,7 +247,7 @@ func TestIntegrationIAMService(t *testing.T) {
} }
defer resp.Body.Close() defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body) _, _ = io.ReadAll(resp.Body)
t.Logf("IAM list users response: %d", resp.StatusCode) t.Logf("IAM list users response: %d", resp.StatusCode)
// IAM (Authentik) should respond - 200, 404, or auth error all prove routing works // IAM (Authentik) should respond - 200, 404, or auth error all prove routing works