Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit c28f1ee

Browse files
committed
Rearranging the structure a bit
1 parent b22ece4 commit c28f1ee

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import datetime
55

66
# THESE MUST BE RESET EVERY TIME FOR NOW
7-
COGNITO_CLIENT_ID = "4rtf569eq2brgk3sq8ek4uqc91"
8-
UPLOAD_API_URL = "https://vo54qpw7fy4uarorbxnplilgae0hhwos.lambda-url.us-west-2.on.aws/"
9-
DOWNLOAD_API_URL = 'https://i5y2mfaoh3capmulqehouzcjya0zwedr.lambda-url.us-west-2.on.aws/'
10-
QUERY_API_URL = 'https://stkjssplyeb5deqgn25wiaix2y0icvzg.lambda-url.us-west-2.on.aws/'
7+
COGNITO_CLIENT_ID = ""
8+
UPLOAD_API_URL = ""
9+
DOWNLOAD_API_URL = ''
10+
QUERY_API_URL = ''
1111

1212
USER_TOKEN = None
1313
LOGIN_TIME = None

tests/helloworld.txt

Whitespace-only changes.

tests/test_api.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import pytplot
2+
import os
3+
4+
current_directory = os.path.dirname(os.path.realpath(__file__))
5+
6+
def test_placeholder():
7+
return

0 commit comments

Comments
 (0)