Skip to content

Commit

Permalink
fix(graphql): enable other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Feb 28, 2024
1 parent 0d732ab commit 759141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/__tests__/media-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if (process.env.GCS_CREDENTIALS && process.env.GCS_BUCKET_NAME) {
15000
);

it.only(
it(
'uploads video and can get media entry',
async () => {
const mediaEntry = await uploadMedia({
Expand Down

0 comments on commit 759141d

Please sign in to comment.