Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57875b3

Browse files
committedJul 19, 2024··
Fixed JOURNALIST_API_URL
1 parent 354b21a commit 57875b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Run integration tests
3535
env:
36-
JOURNALIST_API_URL: http://127.0.0.1:8000/api
36+
JOURNALIST_API_URL: http://127.0.0.1:8000/api/v1
3737
run: |
3838
./test.sh true
3939

0 commit comments

Comments
 (0)
Please sign in to comment.