Skip to content

Commit c8fef47

Browse files
authored
Merge pull request cli#5055 from cli/stub-fix
Fix legacy prompt stub that is tripping up the linter
2 parents 4b415f8 + 4fd208f commit c8fef47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/cmd/workflow/enable/enable_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ func TestEnableRun(t *testing.T) {
204204
httpmock.REST("PUT", "repos/OWNER/REPO/actions/workflows/1206/enable"),
205205
httpmock.StatusStringResponse(204, "{}"))
206206
},
207-
askStubs: func(as *prompt.AskStubber) {
208-
as.StubOne(1)
209-
},
210207
wantOut: "✓ Enabled a disabled inactivity workflow\n",
211208
},
212209
{

0 commit comments

Comments
 (0)