Skip to content

Commit

Permalink
[issue-368] knative integration with DataIndex and JobService:fix wor…
Browse files Browse the repository at this point in the history
…kflowproj test error
  • Loading branch information
jianrongzhang89 committed May 29, 2024
1 parent 5153141 commit ba31991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflowproj/workflowproj_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func Test_Handler_WorkflowMinimalAndPropsAndSpec(t *testing.T) {
assert.NoError(t, err)
assert.NotNil(t, proj.Workflow)
assert.NotNil(t, proj.Workflow.ObjectMeta)
assert.Equal(t, proj.Workflow.ObjectMeta.Labels, map[string]string{"app": "hello", "sonataflow.org/workflow-app": "hello"})
assert.Equal(t, proj.Workflow.ObjectMeta.Labels, map[string]string{"app": "hello", "sonataflow.org/workflow-app": "hello", "sonataflow.org/workflow-namespace": "default"})
assert.NotNil(t, proj.Properties)
assert.NotEmpty(t, proj.Resources)
assert.Equal(t, "hello", proj.Workflow.Name)
Expand Down

0 comments on commit ba31991

Please sign in to comment.