Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Wu <[email protected]>
  • Loading branch information
popojk committed Jan 28, 2025
1 parent 0e69dd2 commit db6e5cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flyteadmin/pkg/manager/impl/execution_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5024,10 +5024,6 @@ func TestGetExecutionConfigOverrides(t *testing.T) {
})
t.Run("matchable resource failure", func(t *testing.T) {
resourceManager.ExpectedCalls = nil
executionManager := ExecutionManager{
resourceManager: &resourceManager,
config: applicationConfig,
}
resourceManager.EXPECT().GetResource(mock.Anything, mock.Anything).RunAndReturn(func(ctx context.Context,
request managerInterfaces.ResourceRequest) (*managerInterfaces.ResourceResponse, error) {
assert.Contains(t, []managerInterfaces.ResourceRequest{{
Expand Down

0 comments on commit db6e5cf

Please sign in to comment.