Issue #3436527 by catch: follow-up, fix head fails.

(cherry picked from commit 0e5604ab33)
merge-requests/7413/head
catch 2024-04-07 09:00:27 +01:00
parent a2ac9bbbae
commit 98d4521d6c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class OpenTelemetryAuthenticatedPerformanceTest extends PerformanceTestBase {
$this->assertSame(2, $performance_data->getStylesheetCount());
$this->assertSame(47552, $performance_data->getStylesheetBytes());
$this->assertSame(1, $performance_data->getScriptCount());
$this->assertSame(132038, $performance_data->getScriptBytes());
$this->assertSame(132083, $performance_data->getScriptBytes());
$expected_queries = [
'SELECT "session" FROM "sessions" WHERE "sid" = "SESSION_ID" LIMIT 0, 1',