Skip to content

Commit

Permalink
fixed 1 integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianS93 committed Nov 29, 2023
1 parent 90a4859 commit 5ceae12
Show file tree
Hide file tree
Showing 4 changed files with 961 additions and 945 deletions.
2 changes: 0 additions & 2 deletions Giraf.IntegrationTest/CustomWebApplicationFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Configuration;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using GirafAPI.Data;
using GirafAPI.Models;
using Microsoft.AspNetCore.Identity;
using System.IdentityModel.Tokens.Jwt;
using Microsoft.IdentityModel.Tokens;
Expand Down
2 changes: 1 addition & 1 deletion Giraf.IntegrationTest/Giraf.IntegrationTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
1 change: 1 addition & 0 deletions Giraf.IntegrationTest/Tests/AuthorizationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using Giraf.IntegrationTest.Order;
using Giraf.IntegrationTest.Setup;
using GirafAPI;
using GirafEntities.User.DTOs;
using Xunit;
using Newtonsoft.Json.Linq;

Expand Down
Loading

0 comments on commit 5ceae12

Please sign in to comment.