Skip to content

Commit d1d468a

Browse files
authored
Fix TestAccAwsOboFlow (#1584)
1 parent de5b21a commit d1d468a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokens/resource_obo_token_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ func TestAccAwsOboFlow(t *testing.T) {
2222

2323
sp, err := spAPI.Create(scim.User{
2424
DisplayName: qa.RandomName("tf"),
25+
Active: true,
2526
})
2627
require.NoError(t, err)
2728
defer spAPI.Delete(sp.ID)

0 commit comments

Comments
 (0)