File tree Expand file tree Collapse file tree
Contentstack.Core.Tests/Integration/Taxonomy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,16 +23,17 @@ public class TaxonomyLocalisationTest : IntegrationTestBase
2323 public TaxonomyLocalisationTest ( ITestOutputHelper output ) : base ( output ) { }
2424
2525 /// <summary>
26- /// Creates a client scoped to the main test stack, which also carries the
27- /// Uses the default CDN host (no custom host override needed) .
26+ /// Creates a client scoped to the gadgets taxonomy stack.
27+ /// Host must be set from config — the test stack lives on a non-prod CDN .
2828 /// </summary>
2929 private ContentstackClient CreateGadgetsClient ( )
3030 {
3131 var options = new ContentstackOptions
3232 {
3333 ApiKey = TestDataHelper . ApiKey ,
3434 DeliveryToken = TestDataHelper . DeliveryToken ,
35- Environment = TestDataHelper . Environment
35+ Environment = TestDataHelper . Environment ,
36+ Host = TestDataHelper . Host
3637 } ;
3738 var client = new ContentstackClient ( options ) ;
3839 client . Plugins . Add ( new RequestLoggingPlugin ( TestOutput ) ) ;
You can’t perform that action at this time.
0 commit comments