diff --git a/internal/command/init_test.go b/internal/command/init_test.go index b44fcbb090..da5a868356 100644 --- a/internal/command/init_test.go +++ b/internal/command/init_test.go @@ -4820,7 +4820,7 @@ func TestInit_uninitialized_stateStore(t *testing.T) { }) t.Run("the error isn't shown if the provider is supplied through reattach config", func(t *testing.T) { - t.Skip("This is implemented as an E2E test: TestPrimary_stateStore_Unmanaged_SeparatePlan") + t.Skip("This is implemented as an E2E test: TestPrimary_stateStore_unmanaged_separatePlan") }) }