Skip to content

Commit f24785a

Browse files
committed
Fix test
1 parent 891c195 commit f24785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DependencyInjection/SentryExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public function test_that_it_sets_all_sentry_options()
355355
'processorOption2' => 'asasdf',
356356
],
357357
],
358-
'ignore_server_port' => false,
358+
'ignore_server_port' => true,
359359
];
360360

361361
$this->assertCount(self::SUPPORTED_SENTRY_OPTIONS_COUNT, $options);

0 commit comments

Comments
 (0)