Skip to content

Commit fc95cd2

Browse files
committed
tests: add resume session endpoint test
1 parent 810c46f commit fc95cd2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Integration/AssistantResourceTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,12 @@ public static function provideItemResponseData(): \Generator
2020
'startSession',
2121
['prompt']
2222
];
23+
yield 'resume session' => [
24+
Answer::class,
25+
MockResponse::ASSISTANT_RESUME_SESSION,
26+
'assistant',
27+
'resumeSession',
28+
['session-id', 'prompt']
29+
];
2330
}
2431
}

0 commit comments

Comments
 (0)