We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd5d7e commit 7364277Copy full SHA for 7364277
tests/Pest.php
@@ -12,7 +12,7 @@
12
uses()->beforeAll(function () {
13
if (is_dir('Fixtures/Saloon') && count(scandir('Fixtures/Saloon')) > 0) {
14
config()->set('zendesk.subdomain', 'codebar-zendesk');
15
- config()->set('zendesk.credentials.email', 'fake-email');
16
- config()->set('zendesk.credentials.token', 'fake-token');
+ config()->set('zendesk.auth.email_address', 'fake-email');
+ config()->set('zendesk.auth.api_token', 'fake-token');
17
}
18
})->in(__DIR__);
0 commit comments