Skip to content

Commit 8a787fe

Browse files
committed
update test file paths for windows
1 parent a8b4305 commit 8a787fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Temporalio.Tests/Client/EnvConfig/ClientConfigTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,9 @@ public void Test_Load_Profile_Tls_From_Paths()
487487
address = ""localhost:5678""
488488
[profile.default.tls]
489489
server_name = ""custom-server""
490-
server_ca_cert_path = ""{caPath}""
491-
client_cert_path = ""{certPath}""
492-
client_key_path = ""{keyPath}""
490+
server_ca_cert_path = ""{caPath.Replace('\\', '/')}""
491+
client_cert_path = ""{certPath.Replace('\\', '/')}""
492+
client_key_path = ""{keyPath.Replace('\\', '/')}""
493493
";
494494
var source = DataSource.FromUTF8String(toml);
495495
var profile = ClientEnvConfig.Profile.Load(new ClientEnvConfig.ProfileLoadOptions

0 commit comments

Comments
 (0)