Skip to content

Commit

Permalink
Fix smoke test after SSL_CERT_FILE change
Browse files Browse the repository at this point in the history
  • Loading branch information
normj committed Jan 26, 2024
1 parent 27f585a commit 4a75795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public async Task ExceptionTests(string handler, string input, string expectedEr
/// <returns></returns>
[Theory]
#if NET8_0_OR_GREATER
[InlineData("SSL_CERT_FILE", "\"/tmp/noop\"", null)]
[InlineData("SSL_CERT_FILE", "\"/var/runtime/empty-certificates.crt\"", null)]
[InlineData("SSL_CERT_FILE", "\"/tmp/my-bundle\"", "/tmp/my-bundle")]
#else
[InlineData("SSL_CERT_FILE", "", null)]
Expand Down

0 comments on commit 4a75795

Please sign in to comment.