diff --git a/lib/services/local/identitycenter_test.go b/lib/services/local/identitycenter_test.go index e3ea88f370da..2a4b61634b8c 100644 --- a/lib/services/local/identitycenter_test.go +++ b/lib/services/local/identitycenter_test.go @@ -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, @@ -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"