Skip to content

Commit

Permalink
Merge pull request #26 from nludb/change-test-name
Browse files Browse the repository at this point in the history
Change test name
  • Loading branch information
eob authored Feb 22, 2022
2 parents 33e6609 + 8e6314e commit 4578ea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
STEAMSHIP_API_KEY: ${{ secrets.STEAMSHIP_PROD_TEST_KEY }}
STEAMSHIP_API_BASE: ${{ secrets.STEAMSHIP_PROD_TEST_API_BASE }}
STEAMSHIP_APP_BASE: ${{ secrets.STEAMSHIP_PROD_TEST_APP_BASE }}
- name: Run test suite (Steamship Prod)
- name: Run test suite (Steamship Staging)
run: pytest
if: ${{ github.ref == 'refs/heads/staging' }}
env:
Expand Down
1 change: 0 additions & 1 deletion tests/demo_apps/demo_app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from steamship import Steamship
from steamship.app import get, App, Response, Error, post, create_handler


class TestApp(App):
def __init__(self, client: Steamship):
# In production, the lambda handler will provide an Steamship client:
Expand Down

0 comments on commit 4578ea9

Please sign in to comment.