Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Kopiczko <kopiczko@gmail.com>
Co-authored-by: Sakshyam Shah <sshah@goteleport.com>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 4672f1e commit 5979725
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 5979725

Please sign in to comment.