Skip to content

Commit

Permalink
Add link to bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Dec 2, 2023
1 parent a8e5f9e commit 0bb378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Mollie.Tests.Integration/Api/OrderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public async Task UpdateOrderAsync_OrderIsUpdated_OrderIsUpdated() {
updatedOrder.BillingAddress.City.Should().Be(orderUpdateRequest.BillingAddress.City);
}

[DefaultRetryFact(Skip = "Broken on Mollie side")]
[DefaultRetryFact(Skip = "Broken - Reported to Mollie: https://discordapp.com/channels/1037712581407817839/1180467187677401198/1180467187677401198")]
public async Task UpdateOrderLinesAsync_WhenOrderLineIsUpdated_UpdatedPropertiesCanBeRetrieved() {
// If: we create a new order
OrderRequest orderRequest = this.CreateOrder();
Expand Down

0 comments on commit 0bb378f

Please sign in to comment.