mirror of
https://github.com/cypress-io/cypress.git
synced 2025-12-30 19:19:53 -06:00
Update packages/server/test/unit/cloud/get_cloud_metadata_spec.ts
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user