Skip to content

Commit af32ada

Browse files
committed
ref
1 parent 843273b commit af32ada

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platform/tests/Contract/Normalizer/Message/Content/AudioNormalizerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public static function provideAudioData(): \Generator
5959
'type' => 'input_audio',
6060
'input_audio' => [
6161
'data' => 'SUQzBAAAAAAAfVREUkMAAAAMAAADMg==',
62-
'path' => pathinfo(\dirname(__DIR__, 7).'/fixtures/audio.mp3', \PATHINFO_DIRNAME).'/audio.mp3',
6362
'format' => 'mp3',
6463
],
6564
],
@@ -72,7 +71,6 @@ public static function provideAudioData(): \Generator
7271
'type' => 'input_audio',
7372
'input_audio' => [
7473
'data' => 'UklGRiQAAABXQVZFZm10IBA=',
75-
'path' => pathinfo(\dirname(__DIR__, 7).'/fixtures/audio.mp3', \PATHINFO_DIRNAME).'/audio.mp3',
7674
'format' => 'wav',
7775
],
7876
],

0 commit comments

Comments
 (0)