We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048f1e6 commit 2e1624dCopy full SHA for 2e1624d
src/ResourceManager/KeyVault/Commands.KeyVault.Test/Models/UtilitiesTests.cs
@@ -63,7 +63,7 @@ public void GetWebKeyFromByok()
63
public void GetWebKeyFromCertificate()
64
{
65
string password = "123";
66
- string path = "Resources/pshtest.pfx";
+ string path = Path.Combine(Directory.GetCurrentDirectory(), "Resources", "pshtest.pfx");
67
68
IWebKeyConverter converters = WebKeyConverterFactory.CreateConverterChain();
69
var webKey = converters.ConvertKeyFromFile(new FileInfo(path), password.ConvertToSecureString());
0 commit comments