Skip to content

Commit

Permalink
fix: make URLs distinct so we can be sure test works
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushg committed Sep 24, 2021
1 parent 510db15 commit 9457ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cloudflare.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('getDeploymentUrl() should return a Cloudflare build', async () => {
result: [
{
environment: 'production',
url: 'https://123.cf-project.pages.dev',
url: 'https://main.cf-project.pages.dev',
deployment_trigger: {
type: 'github:push',
metadata: {
Expand Down

0 comments on commit 9457ef9

Please sign in to comment.