diff --git a/test/scripts/ios-team-id.test.ts b/test/scripts/ios-team-id.test.ts index 59f721c455a..6c0bfdaab7e 100644 --- a/test/scripts/ios-team-id.test.ts +++ b/test/scripts/ios-team-id.test.ts @@ -113,11 +113,8 @@ exit 1`, return { homeDir, binDir }; } - it("resolves fallback and preferred team IDs from provisioning profiles", async () => { + it("resolves fallback and preferred team IDs from Xcode team listings", async () => { const { homeDir, binDir } = await createHomeDir(); - const profilesDir = path.join(homeDir, "Library", "MobileDevice", "Provisioning Profiles"); - await mkdir(profilesDir, { recursive: true }); - await writeFile(path.join(profilesDir, "one.mobileprovision"), "stub1"); await writeExecutable( path.join(binDir, "fake-python"), `#!/usr/bin/env bash