Really fix the ingest code

This commit is contained in:
Timothy Baldridge 2020-04-22 16:38:38 -06:00
parent 7f669885a2
commit 24e9f7dec8

View File

@ -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]