Skip to content

Commit 6de0f43

Browse files
committed
Add backup CDNs to tests
1 parent 2273918 commit 6de0f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TACTSharp.Tests/ExtractionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public void Initialize()
1212
{
1313
// Pinned on 9.0.1.35078, should still be available as long as it is on wowe1.
1414
build = new BuildInstance();
15+
build.Settings.AdditionalCDNs.AddRange("casc.wago.tools", "cdn.arctium.tools");
1516
build.LoadConfigs("43a001a23efd4193a96266be43fe67d8", "c67fdeccf96e2a0ddf205e0a7e8f1927");
1617
build.Load();
1718
}

0 commit comments

Comments
 (0)