Skip to content

Commit

Permalink
Update secret(s) to pass multiple tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nd4p90x committed Dec 2, 2024
1 parent 22882f8 commit 4a01c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ConsumerLibCurlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function testRequestCompression(): void
},
];

$client = new Client('x', $options);
$client = new Client('oq0vdlg7yi', $options);

# Should error out with debug on.
self::assertTrue($client->track(['user_id' => 'some-user', 'event' => 'Socket PHP Event']));
Expand Down
2 changes: 1 addition & 1 deletion test/ConsumerSocketTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function testDebugProblems(): void
},
];

$client = new Client('x', $options);
$client = new Client('oq0vdlg7yi', $options);

// Should error out with debug on.
self::assertTrue($client->track(['user_id' => 'some-user', 'event' => 'Socket PHP Event']));
Expand Down

0 comments on commit 4a01c59

Please sign in to comment.