Skip to content

Commit

Permalink
remove test dependency on project number
Browse files Browse the repository at this point in the history
  • Loading branch information
irataxy committed Jan 18, 2023
1 parent 6cc2fba commit 21521ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions media/transcoder/test/transcoder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ const checkFileExists = async function (bucketName, fileName) {
};

before(async () => {
assert(
process.env.GOOGLE_CLOUD_PROJECT_NUMBER,
'Must set GOOGLE_CLOUD_PROJECT_NUMBER environment variable!'
);
// Create a Cloud Storage bucket to be used for testing.
await storage.createBucket(bucketName);
await storage.bucket(bucketName).upload(videoFile);
Expand Down

0 comments on commit 21521ef

Please sign in to comment.