Merge pull request #5055 from cli/stub-fix
Fix legacy prompt stub that is tripping up the linter
This commit is contained in:
commit
c8fef47a36
1 changed files with 0 additions and 3 deletions
|
|
@ -204,9 +204,6 @@ func TestEnableRun(t *testing.T) {
|
|||
httpmock.REST("PUT", "repos/OWNER/REPO/actions/workflows/1206/enable"),
|
||||
httpmock.StatusStringResponse(204, "{}"))
|
||||
},
|
||||
askStubs: func(as *prompt.AskStubber) {
|
||||
as.StubOne(1)
|
||||
},
|
||||
wantOut: "✓ Enabled a disabled inactivity workflow\n",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue