Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Documentation for the project can be found be appended /docs to the url
All HTML requests that are sent in the project can be seen by appending /swag

This project uses Python, [FastAPI](https://fastapi.tiangolo.com/), HTML/CSS, and Javascript.
See it live [here](http://jumpstart-cubed.cs.house/)!
See it live [here](https://jumpstart.csh.rit.edu)!

## Installing
1. Clone and cd into the repo: git clone https://github.com/WeatherGod3218/jumpstartV2
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/test_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def import_slack_module(monkeypatch) -> object:
monkeypatch: The pytest monkeypatch fixture.

Returns:
object: The imported config module.
object: The imported config module.
"""

monkeypatch.setenv("SLACK_API_TOKEN", "test-token")
Expand Down
Loading