Skip to content

Commit bbb5a45

Browse files
committed
Update TaxonomyLocalisationTest.cs
1 parent f265faf commit bbb5a45

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Contentstack.Core.Tests/Integration/Taxonomy/TaxonomyLocalisationTest.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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));

0 commit comments

Comments
 (0)