mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Really fix the ingest code
This commit is contained in:
@ -25,7 +25,7 @@ namespace Wabbajack.BuildServer.Test
|
|||||||
await @"sql\nexus_export.json".RelativeTo(AbsolutePath.EntryPoint).CopyToAsync("nexus_export.json".RelativeTo(Fixture.ServerTempFolder));
|
await @"sql\nexus_export.json".RelativeTo(AbsolutePath.EntryPoint).CopyToAsync("nexus_export.json".RelativeTo(Fixture.ServerTempFolder));
|
||||||
var result = await _authedClient.GetStringAsync(MakeURL("nexus_cache/ingest"));
|
var result = await _authedClient.GetStringAsync(MakeURL("nexus_cache/ingest"));
|
||||||
|
|
||||||
Assert.Equal("15237", result);
|
Assert.Equal("15024", result);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
Reference in New Issue
Block a user