Skip to content

Commit

Permalink
fix fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-Roberto-Mancinelli committed Dec 23, 2024
1 parent 9d2ffb5 commit 994b559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TrueLayer.AcceptanceTests/ApiTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ApiTestFixture()
configuration,
options =>
{
var privateKey = File.ReadAllText("ec512-private-key-sbx.pem");
var privateKey = File.ReadAllText("ec512-private-key.pem");
if (options.Payments?.SigningKey != null)
{
options.Payments.SigningKey.PrivateKey = privateKey;
Expand Down

0 comments on commit 994b559

Please sign in to comment.