Skip to content

Commit 0aa4a60

Browse files
committed
.
1 parent 27de0ac commit 0aa4a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
env:
3232
API_TOKEN: ${{ secrets.GITEA_API_TOKEN }}
3333
run: |
34-
echo "BASE_URL = 'http://52.211.112.5:3000/'" > config.py
34+
echo "BASE_URL = 'http://34.250.0.69:3000/'" > config.py
3535
echo "API_TOKEN = '${API_TOKEN}'" >> config.py
3636
pytest tests/api -v

tests/api/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
API_TOKEN = 'f1600abdf735b9e11dbfc45e57db04319d58235e'
88

99
#BASE_URL = os.getenv('GITEA_URL', 'http://localhost:3000')
10-
BASE_URL = 'http://52.211.112.5:3000'
10+
BASE_URL = 'http://34.250.0.69:3000'

0 commit comments

Comments
 (0)