Skip to content

Commit 9e6c669

Browse files
committed
Add snapshot for Node.js/.NET getSessionMetadata E2E tests
The test harnesses derive the snapshot filename from the test name. Node.js and .NET use 'should get session metadata by ID' which maps to should_get_session_metadata_by_id.yaml, while Python/Go use a slightly different name. Add the matching snapshot so the replay proxy can serve responses in CI.
1 parent 724f529 commit 9e6c669

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
models:
2+
- claude-sonnet-4.5
3+
conversations:
4+
- messages:
5+
- role: system
6+
content: ${system}
7+
- role: user
8+
content: Say hello
9+
- role: assistant
10+
content: Hello! I'm GitHub Copilot CLI, ready to help you with your software engineering tasks. What can I assist you
11+
with today?

0 commit comments

Comments
 (0)