mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
disable nexus api tests
(until some way to test in gh workflows with OAuth2, can get implemented)
This commit is contained in:
parent
549ab3e666
commit
b7832ce67c
@ -1,3 +1,4 @@
|
|||||||
|
/* TODO: Fix LOGIN with automated tests
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
@ -40,4 +41,5 @@ public class NexusApiTests
|
|||||||
var (links, _) = await _api.DownloadLink("skyrimspecialedition", 12604, file.FileId);
|
var (links, _) = await _api.DownloadLink("skyrimspecialedition", 12604, file.FileId);
|
||||||
Assert.True(links.Length > 0);
|
Assert.True(links.Length > 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
@ -1,3 +1,4 @@
|
|||||||
|
/* TODO: Fix LOGIN with automated tests
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using Wabbajack.Services.OSIntegrated;
|
using Wabbajack.Services.OSIntegrated;
|
||||||
@ -17,4 +18,5 @@ public class Startup
|
|||||||
{
|
{
|
||||||
loggerFactory.AddProvider(new XunitTestOutputLoggerProvider(accessor, delegate { return true; }));
|
loggerFactory.AddProvider(new XunitTestOutputLoggerProvider(accessor, delegate { return true; }));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user