Skip to content

Commit

Permalink
Fix vercel test
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed May 10, 2024
1 parent ae701d8 commit 1a8302d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/producer/vercel/vercel/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def test_run_many() -> None:
vercel_token = os.environ.get('VERCEL_TOKEN')
)
result = vercel.core.run()
result.reverse()

assert result[0]['name'] == 'vercel'
assert result[0]['slug'] == 'chroma-feedback-test-bitbucket'
Expand Down

0 comments on commit 1a8302d

Please sign in to comment.