Skip to content

Commit fe7f02c

Browse files
:|
1 parent 7e505c5 commit fe7f02c

2 files changed

Lines changed: 246 additions & 5 deletions

File tree

TransactionProcessor.IntegrationTests/LogonTransaction/LogonTransaction.feature.cs

Lines changed: 244 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TransactionProcessor.Tests/ControllerTests/TransactionControllerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ public TransactionControllerTests(TransactionProcessorWebFactory<Startup> webApp
3535

3636
#endregion
3737

38-
[Fact]
38+
[Fact(Skip = "Incomplete")]
3939
public async Task TransactionController_POST_LogonTransaction_LogonTransactionResponseIsReturned()
4040
{
4141
HttpClient client = this.WebApplicationFactory.CreateClient();
42-
42+
4343
LogonTransactionRequest logonTransactionRequest = new LogonTransactionRequest();
4444

4545
String uri = "api/transactions";

0 commit comments

Comments
 (0)