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

Create the temporary directory before writing the cert file #137

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

sjednac
Copy link
Contributor

@sjednac sjednac commented Sep 14, 2023

Other tests create expected directory structure in advance (e.g. File.mkdir_p!("tmp/test_app")). To prevent execution order issues, create the tmp directory here as well.

Other tests create expected directory structure in advance (e.g.
`File.mkdir_p!("tmp/test_app")`). To prevent execution order issues,
create the `tmp` directory here as well.
@sjednac sjednac mentioned this pull request Sep 14, 2023
@danschultzer danschultzer merged commit 260db44 into pow-auth:main Sep 14, 2023
3 checks passed
@danschultzer
Copy link
Collaborator

Good catch, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants