mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 20:48:15 +08:00
Added a get authentication test, removed the infrastructure name space as it seemed pointless, started thinking about how to pass claims on with the request
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Ocelot.Library.Infrastructure.Repository;
|
||||
using Ocelot.Library.Infrastructure.Responses;
|
||||
using Shouldly;
|
||||
using TestStack.BDDfy;
|
||||
using Xunit;
|
||||
|
||||
namespace Ocelot.UnitTests.Repository
|
||||
{
|
||||
using Library.Repository;
|
||||
using Library.Responses;
|
||||
|
||||
public class ScopedRequestDataRepositoryTests
|
||||
{
|
||||
private IScopedRequestDataRepository _scopedRequestDataRepository;
|
||||
|
Reference in New Issue
Block a user