The Estimate is validated
Some checks failed
Dotnet build and test / build (pull_request) Failing after 7m28s
Some checks failed
Dotnet build and test / build (pull_request) Failing after 7m28s
This commit is contained in:
parent
848f8be42f
commit
2484876c5b
20 changed files with 5392 additions and 218 deletions
|
|
@ -114,7 +114,7 @@ public sealed class BillingControllerTests : IClassFixture<ApiWebServerFixture>
|
|||
var db = scope.ServiceProvider.GetRequiredService<ApplicationDbContext>();
|
||||
|
||||
db.Database.ExecuteSqlInterpolated($@"
|
||||
INSERT INTO ""NominativeServiceCommand""
|
||||
INSERT INTO ""NominativeServiceCommands""
|
||||
(""ActivityCode"", ""ClientId"", ""Consent"", ""DateCreated"", ""DateModified"", ""Description"", ""Discriminator"", ""PerformerId"", ""Status"", ""UserCreated"", ""UserModified"")
|
||||
VALUES
|
||||
({"dev"}, {"bob"}, {true}, {DateTime.UtcNow.AddMinutes(-5)}, {DateTime.UtcNow.AddMinutes(-4)}, {"Legacy malformed row"}, {""}, {"alice"}, {(int)QueryStatus.Accepted}, {"alice"}, {"alice"});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue