Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Umare committed Jul 29, 2020
1 parent 7d6c2d1 commit 7a7d557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/nodes/task/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func Test_task_Handle_NoCatalog(t *testing.T) {
})

tk := &core.TaskTemplate{
Id: nil,
Id: &core.Identifier{ResourceType: core.ResourceType_TASK, Project: "proj", Domain: "dom", Version: "ver"},
Type: "test",
Metadata: &core.TaskMetadata{
Discoverable: false,
Expand Down

0 comments on commit 7a7d557

Please sign in to comment.