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:
parent
7f669885a2
commit
24e9f7dec8
@ -25,7 +25,7 @@ namespace Wabbajack.BuildServer.Test
|
||||
await @"sql\nexus_export.json".RelativeTo(AbsolutePath.EntryPoint).CopyToAsync("nexus_export.json".RelativeTo(Fixture.ServerTempFolder));
|
||||
var result = await _authedClient.GetStringAsync(MakeURL("nexus_cache/ingest"));
|
||||
|
||||
Assert.Equal("15237", result);
|
||||
Assert.Equal("15024", result);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
Loading…
Reference in New Issue
Block a user