Skip to content

Commit

Permalink
add ApiKey to appsettings.json in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Jul 15, 2024
1 parent 0ac4126 commit 9f425d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Raygun": {
"ApiKey": "APIKEY"
}
}
1 change: 1 addition & 0 deletions src/Raygun.NetCore.Tests.Blazor/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Raygun": {
"ApiKey": "APIKEY"
}
}

0 comments on commit 9f425d7

Please sign in to comment.