Skip to content

Commit

Permalink
test: replace string that looks like a real secret with other string
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 26, 2024
1 parent ecd7d4f commit 81a3f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Unit/Migration/Pdk/SettingsMigrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'filled' => [
[
'general' => [
'api_key' => 'b183f9372d6f9bd050418e31cc40965360ca814d',
'api_key' => 'some-fake-api-key',
'trigger_manual_update' => '',
'export_mode' => 'shipments',
'download_display' => 'display',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account": {
"id": "account",
"apiKey": "b183f9372d6f9bd050418e31cc40965360ca814d",
"apiKey": "some-fake-api-key",
"apiKeyValid": true
},
"order": {
Expand Down

0 comments on commit 81a3f33

Please sign in to comment.