Skip to content

Commit 4578ea9

Browse files
authored
Merge pull request #26 from nludb/change-test-name
Change test name
2 parents 33e6609 + 8e6314e commit 4578ea9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
STEAMSHIP_API_KEY: ${{ secrets.STEAMSHIP_PROD_TEST_KEY }}
4343
STEAMSHIP_API_BASE: ${{ secrets.STEAMSHIP_PROD_TEST_API_BASE }}
4444
STEAMSHIP_APP_BASE: ${{ secrets.STEAMSHIP_PROD_TEST_APP_BASE }}
45-
- name: Run test suite (Steamship Prod)
45+
- name: Run test suite (Steamship Staging)
4646
run: pytest
4747
if: ${{ github.ref == 'refs/heads/staging' }}
4848
env:

tests/demo_apps/demo_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from steamship import Steamship
22
from steamship.app import get, App, Response, Error, post, create_handler
33

4-
54
class TestApp(App):
65
def __init__(self, client: Steamship):
76
# In production, the lambda handler will provide an Steamship client:

0 commit comments

Comments
 (0)