Skip to content

Commit

Permalink
- errei, fui mlk
Browse files Browse the repository at this point in the history
  • Loading branch information
jprogram committed Jul 22, 2024
1 parent 538b8fb commit 83ccb12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run Tests
working-directory: ./backend
env:
MONGO_URI: "mongodb://localhost:27017/jprogram"
MONGO_URI: "mongodb://localhost:27017/jreport"
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def app():
app = create_app({
"TESTING": True,
"MONGO_URI": os.getenv('MONGO_URI', "mongodb://localhost:27017/jprogram")
"MONGO_URI": os.getenv('MONGO_URI', "mongodb://localhost:27017/jreport")
})
return app

Expand Down

0 comments on commit 83ccb12

Please sign in to comment.