Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix faulty Config tests #7355

Merged
merged 1 commit into from Jan 9, 2022
Merged

Fix faulty Config tests #7355

merged 1 commit into from Jan 9, 2022

Conversation

wouterj
Copy link
Contributor

@wouterj wouterj commented Jan 9, 2022

Caught while writing the test for #7354

realpath() returns false if the path does not exists. This caused these tests to not test what they were expected to (due to false being transformed into "", which never matches the project paths).

`realpath()` returns `false` if the path does not exists. This caused
these tests to not test what they were expected to (due to `false` being
transformed into `""`, which never matches the project paths).
@weirdan weirdan added the release:internal The PR will be included in 'Internal changes' section of the release notes label Jan 9, 2022
@weirdan weirdan merged commit fe46082 into vimeo:4.x Jan 9, 2022
@weirdan
Copy link
Collaborator

weirdan commented Jan 9, 2022

Thanks!

@wouterj wouterj deleted the fix-test-issue branch January 9, 2022 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:internal The PR will be included in 'Internal changes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants