Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmichalak committed Apr 24, 2024
1 parent 7ef0e78 commit b7514fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/testint/stages_gen_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ func TestInt_Stages(t *testing.T) {
assert.Nil(t, stage.StorageIntegration)
assert.Nil(t, stage.Endpoint)
assert.True(t, stage.DirectoryEnabled)
assert.Equal(t, "ROLE", stage.OwnerRoleType)
assert.Equal(t, "ROLE", *stage.OwnerRoleType)
})
}

Expand Down

0 comments on commit b7514fb

Please sign in to comment.