Skip to content

Commit

Permalink
tests: adjust unit tests
Browse files Browse the repository at this point in the history
Refs: CPLP-2958
  • Loading branch information
Phil91 committed Aug 1, 2023
1 parent 15dc8f5 commit f93259f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ public static IServiceCollection AddProvisioningManager(this IServiceCollection

return services
.AddServiceAccountCreation(configuration.GetSection("Provisioning"));
;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
using System.Net;
using Xunit;

[assembly: CollectionBehavior(DisableTestParallelization = true)]
namespace Org.Eclipse.TractusX.Portal.Backend.Tests.Shared.IntegrationTests;

public class BasePublicUrlTests<TController, TSeeding> : IClassFixture<IntegrationTestFactory<TController, TSeeding>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
using Org.Eclipse.TractusX.Portal.Backend.PortalBackend.PortalEntities.Identities;
using Xunit;

[assembly: CollectionBehavior(DisableTestParallelization = true)]
namespace Org.Eclipse.TractusX.Portal.Backend.Tests.Shared.IntegrationTests;

public class IntegrationTestFactory<TTestClass, TSeedingData> : WebApplicationFactory<TTestClass>, IAsyncLifetime
Expand Down

0 comments on commit f93259f

Please sign in to comment.