File: CommonHelpers.cs
Web Access
Project: src\tests\Aspire.Confluent.Kafka.Tests\Aspire.Confluent.Kafka.Tests.csproj (Aspire.Confluent.Kafka.Tests)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Aspire.Confluent.Kafka.Tests;
 
internal sealed class CommonHelpers
{
    public const string TestingEndpoint = "localhost:9092";
}