fix abuse test; fix mail-related tests

This commit is contained in:
Matej Bačo
2026-02-16 17:06:11 +01:00
parent 57127d40da
commit 13edcbaf6f
2 changed files with 8 additions and 2 deletions
@@ -5384,8 +5384,8 @@ class ProjectsConsoleClientTest extends Scope
], [
'success' => 'https://example.com',
'failure' => 'https://example.com'
]);
$this->assertEquals(200, $response['headers']['status-code']);
], followRedirects: false);
$this->assertEquals(301, $response['headers']['status-code']);
/** Ensure any hostname is allowed */
$response = $this->client->call(Client::METHOD_GET, '/account/sessions/oauth2/' . $provider, [
@@ -279,6 +279,12 @@ services:
- _APP_ENV
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_DB_HOST
- _APP_DB_PORT
- _APP_DB_SCHEMA
- _APP_DB_USER
- _APP_DB_PASS
- _APP_DB_ADAPTER
- _APP_SMTP_HOST
- _APP_SMTP_PORT