Skip to content

Commit

Permalink
Fix Docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Mar 16, 2024
1 parent d35fdcf commit 0ce7eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Nexus.Sources.Remote.Tests/SetupDockerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class SetupDockerTests
{
#if LINUX
[Theory]
[InlineData("python", "main.py nexus-main {remote-port}", "v2.0.0-beta.1")]
[InlineData("dotnet", "nexus-remoting-sample.csproj nexus-main {remote-port}", "v2.0.0-beta.3")]
[InlineData("python", "main.py nexus-main {remote-port}", "v2.0.0-beta.24")]
[InlineData("dotnet", "nexus-remoting-sample.csproj nexus-main {remote-port}", "v2.0.0-beta.24")]
#endif
public async Task CanReadFullDay(string satelliteId, string command, string version)
{
Expand Down Expand Up @@ -85,7 +85,7 @@ private static DataSourceContext CreateContext(string satelliteId, string comman
{
["templates"] = new JsonObject()
{
["docker"] = $"ssh root@nexus-{satelliteId} bash run.sh {{git-url}} {{git-tag}} {{command}}",
["docker"] = $"ssh root@nexus-{satelliteId} bash run.sh {{git-url}} {{git-tag}} {{command}}"
}
})
},
Expand Down

0 comments on commit 0ce7eea

Please sign in to comment.