From b64dd58d8ba99796e5e97c748109bc8a421fb827 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Mon, 16 Feb 2026 13:06:23 +0000 Subject: [PATCH] test(featuredetection): fix test case name Signed-off-by: Babak K. Shandiz --- internal/featuredetection/feature_detection_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/featuredetection/feature_detection_test.go b/internal/featuredetection/feature_detection_test.go index b5d268f5b..f4eeb5962 100644 --- a/internal/featuredetection/feature_detection_test.go +++ b/internal/featuredetection/feature_detection_test.go @@ -732,7 +732,7 @@ func TestActionsFeatures(t *testing.T) { }, }, { - name: "GHE 3.21, workflow dispatch run details not supported", + name: "GHE 3.21, workflow dispatch run details supported", hostname: "git.my.org", httpStubs: func(reg *httpmock.Registry) { reg.Register(