Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/tcsc/identitycenter-crud' into t…
Browse files Browse the repository at this point in the history
…csc/identitycenter-crud
  • Loading branch information
tcsc committed Oct 17, 2024
2 parents 3018e75 + 5979725 commit 1162cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/local/identitycenter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
)

func newTestBackend(t *testing.T, ctx context.Context, clock clockwork.Clock) backend.Backend {
t.Helper()
sqliteBackend, err := lite.NewWithConfig(ctx, lite.Config{
Path: t.TempDir(),
Clock: clock,
Expand All @@ -45,7 +46,7 @@ func newTestBackend(t *testing.T, ctx context.Context, clock clockwork.Clock) ba
return sqliteBackend
}

func TestIdentityCenter(t *testing.T) {
func TestIdentityCenterResourceCRUD(t *testing.T) {
t.Parallel()

const resourceID = "alpha"
Expand Down

0 comments on commit 1162cae

Please sign in to comment.