Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Oct 19, 2021
1 parent 47a8ecf commit 404ffef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/executor/push_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,7 @@ func TestCheckPushPermissions(t *testing.T) {
[]bool{true, false}, false,
},
}

execCommand = fakeExecCommand

checkRemotePushPermission = fakeCheckPushPermission
for _, test := range tests {
t.Run(test.description, func(t *testing.T) {
Expand Down

0 comments on commit 404ffef

Please sign in to comment.