Update packages/server/test/unit/cloud/get_cloud_metadata_spec.ts

This commit is contained in:
Ryan Manuel
2025-05-28 19:47:44 -05:00
committed by GitHub
parent 75c2bb03b3
commit b6a9137258

View File

@@ -45,8 +45,6 @@ describe('getCloudMetadata', () => {
})
it('should return the cloud metadata based on the default environment', async () => {
process.env.CYPRESS_CONFIG_ENV = 'production'
process.env.CYPRESS_INTERNAL_ENV = 'production'
const cloudMetadata = await getCloudMetadata(mockCloudDataSource)