pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
391 stars 45 forks source link

Create the temporary directory before writing the cert file #137

Closed sjednac closed 1 year ago

sjednac commented 1 year ago

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.

danschultzer commented 1 year ago

Good catch, thanks!