Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin committed Feb 11, 2025
1 parent 2f10afd commit 238cd6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/repository/testworkflow/mongo_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,6 @@ func TestNewMongoRepository_Get_Integration(t *testing.T) {
assert.Equal(t, execution2.Id, result.Id)
assert.Equal(t, execution2.Name, result.Name)
assert.Equal(t, true, result.ConfigParams["param1"].Sensitive)
assert.Equal(t, true, result.ConfigParams["param1"].EmptyValue)
assert.Equal(t, true, result.ConfigParams["param1"].EmptyDefaultValue)

execution3 := testkube.TestWorkflowExecution{
Id: "test-id-3",
Expand Down Expand Up @@ -636,6 +634,4 @@ func TestNewMongoRepository_Get_Integration(t *testing.T) {
assert.Equal(t, execution3.Id, result.Id)
assert.Equal(t, execution3.Name, result.Name)
assert.Equal(t, true, result.ConfigParams["param1"].Sensitive)
assert.Equal(t, true, result.ConfigParams["param1"].EmptyValue)
assert.Equal(t, true, result.ConfigParams["param1"].EmptyDefaultValue)
}

0 comments on commit 238cd6f

Please sign in to comment.