-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: or-2334 remove dubbel properties on publiek detail
- Loading branch information
Showing
15 changed files
with
47 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
...try.Test.E2E/When_Markeer_Als_Dubbel_Van/Publiek/Detail/Returns_Detail_With_Dubbel_Van.cs
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
...istry.Test.E2E/When_Markeer_Als_Dubbel_Van/Publiek/Detail/Returns_Vereniging_Not_Found.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
namespace AssociationRegistry.Test.E2E.When_Markeer_Als_Dubbel_Van.Publiek.Detail; | ||
|
||
using FluentAssertions; | ||
using Framework.AlbaHost; | ||
using global::OpenTelemetry.Trace; | ||
using Public.Api.Verenigingen.Detail.ResponseModels; | ||
using Public.Schema.Constants; | ||
using System.Net; | ||
using Xunit; | ||
|
||
[Collection(FullBlownApiCollection.Name)] | ||
public class Returns_Vereniging_Not_Found : IClassFixture<MarkeerAlsDubbelVanContext>, IAsyncLifetime | ||
{ | ||
private readonly MarkeerAlsDubbelVanContext _context; | ||
|
||
public Returns_Vereniging_Not_Found(MarkeerAlsDubbelVanContext context) | ||
{ | ||
_context = context; | ||
} | ||
|
||
[Fact] | ||
public void Status_Code_Is_NotFound() | ||
{ | ||
Response.Should().Be(HttpStatusCode.NotFound); | ||
} | ||
|
||
public HttpStatusCode Response { get; set; } | ||
|
||
public async Task InitializeAsync() | ||
{ | ||
Response = _context.ApiSetup.PublicApiHost.GetPubliekDetailStatusCode(_context.VCode); | ||
} | ||
|
||
public async Task DisposeAsync() | ||
{ | ||
} | ||
} |
66 changes: 0 additions & 66 deletions
66
...ls_Dubbel_Van/Publiek/DetailAuthentiekeVereniging/Returns_Detail_AuthentiekeVereniging.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
...gistry.Test.Projections/Publiek/Detail/Dubbels/Given_VerenigingWerdToegevoegdAlsDubbel.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters