Skip to content

Commit

Permalink
avoid failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Kuzmin, Vadim Vohmjanin committed Aug 24, 2023
1 parent 51943fe commit 199b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const url = process.env.TEST_URL ?? 'http://localhost:8080'
export const projectGithub = process.env.PROJECT_GITHUB
console.log('PGITHUB', projectGithub.substring(1, projectGithub.length - 2))
console.log('PGITHUB', projectGithub?.substring(1, projectGithub.length - 2))

0 comments on commit 199b4f9

Please sign in to comment.