Skip to content

Commit

Permalink
Disable not-ready-for-prime-time test
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Sep 19, 2024
1 parent 948be03 commit ccb2649
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ await _testContext.WithDataState(state =>
});
});

var result = await _testContext
.CreateHttpClientWithAuthRole(UserRoleKey.Support)
.PostAsync("api/ticket", new NewTicket
{
AssigneeId = userId,
Description = fixture.Create<string>(),
Summary = fixture.Create<string>(),
RequesterId = userId,
// var result = await _testContext
// .CreateHttpClientWithAuthRole(UserRoleKey.Support)
// .PostAsync("api/ticket", new NewTicket
// {
// AssigneeId = userId,
// Description = fixture.Create<string>(),
// Summary = fixture.Create<string>(),
// RequesterId = userId,

}
.ToJsonBody())
.DeserializeResponseAs<Ticket>();
// }
// .ToJsonBody())
// .DeserializeResponseAs<Ticket>();

// TODO: test support for FromForm
}
Expand Down

0 comments on commit ccb2649

Please sign in to comment.