Skip to content

Commit 9006b93

Browse files
committed
chore: remove test_cases/openai/responses.json
Its unused Signed-off-by: Derek Higgins <[email protected]>
1 parent f205ab6 commit 9006b93

File tree

3 files changed

+1
-39
lines changed

3 files changed

+1
-39
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run-name: Run the integration test suites from tests/integration in replay mode
44

55
on:
66
push:
7-
branches: [ main ]
7+
branches: [main, ntsh]
88
pull_request:
99
branches: [ main ]
1010
types: [opened, synchronize, reopened]

tests/integration/test_cases/openai/responses.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

tests/integration/test_cases/test_case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class TestCase:
1212
_apis = [
1313
"inference/chat_completion",
1414
"inference/completion",
15-
"openai/responses",
1615
]
1716
_jsonblob = {}
1817

0 commit comments

Comments
 (0)