Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Mar 15, 2024
1 parent c7ec36e commit ca2b6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Nexus.Sources.Remote.Tests/RemoteTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private static DataSourceContext CreateContext(string command)
["command"] = JsonSerializer.SerializeToElement(command),
["environment-variables"] = JsonSerializer.SerializeToElement(new JsonObject()
{
["PYTHONPATH"] = $"{Path.Combine(Directory.GetCurrentDirectory(), "..", "..", "..", "..", "..", "src", "remoting", "python-remoting")}"
["PYTHONPATH"] = $"{Path.Combine(Directory.GetCurrentDirectory(), "..", "..", "..", "..", "src", "remoting", "python-remoting")}"
})
},
RequestConfiguration: default
Expand Down

0 comments on commit ca2b6c3

Please sign in to comment.