Skip to content

Commit 1aa644e

Browse files
committed
Add collection fixture to exception tests
1 parent 34d8a7d commit 1aa644e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tests/ClientConcepts/Exceptions/ExceptionTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
using Nest;
44
using System;
55
using Tests.Framework;
6+
using Tests.Framework.Integration;
67
using Tests.Framework.MockData;
78
using Xunit;
89

910
namespace Tests.ClientConcepts.Exceptions
1011
{
12+
[Collection(IntegrationContext.Indexing)]
1113
public class ExceptionTests
1214
{
15+
public ExceptionTests(IndexingCluster cluster, EndpointUsage usage) { }
16+
1317
[I]
1418
public void ServerTestWhenThrowExceptionsEnabled()
1519
{

0 commit comments

Comments
 (0)