From fd41cafaac192065aa574cb81f76cec4790a447b Mon Sep 17 00:00:00 2001 From: Weather Date: Mon, 20 Apr 2026 15:26:03 -0400 Subject: [PATCH] docs: Updated README.md --- README.md | 2 +- tests/src/core/test_slack.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8347b6..6de5ed5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tests/src/core/test_slack.py b/tests/src/core/test_slack.py index c31bb34..5f9e097 100644 --- a/tests/src/core/test_slack.py +++ b/tests/src/core/test_slack.py @@ -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")