Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Raposo <[email protected]>
  • Loading branch information
RRap0so committed Nov 14, 2024
1 parent a170eca commit 656e9e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flyteplugins/go/tasks/plugins/webapi/agent/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,10 @@ func TestPlugin(t *testing.T) {
taskContext.On("Resource").Return(ResourceWrapper{
Phase: flyteIdlCore.TaskExecution_FAILED,
Outputs: nil,
Message: "",
Message: "boom",
LogLinks: []*flyteIdlCore.TaskLog{{Uri: "http://localhost:3000/log", Name: "Log Link"}},
AgentError: &admin.AgentError{
Code: "ERROR: 500",
Message: "boom",
Code: "ERROR: 500",
},
})

Expand Down

0 comments on commit 656e9e7

Please sign in to comment.