Skip to content

Commit 0c76947

Browse files
Update .github/workflows/tests.yml
Co-authored-by: Kazuhiro Sera <[email protected]>
1 parent fc3a036 commit 0c76947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run tests for HTTP Mode adapters (Django)
5353
run: |
5454
pytest tests/adapter_tests/django/
55-
- name: Run tests for HTTP Mode adapters (Falcon 3.x)
55+
- name: Run tests for HTTP Mode adapters (Falcon)
5656
run: |
5757
pytest tests/adapter_tests/falcon/
5858
- name: Run tests for HTTP Mode adapters (Flask)

0 commit comments

Comments
 (0)