Skip to content

Commit

Permalink
Fix: CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Jan 1, 2024
1 parent 3e7a389 commit 3fd719d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from src.constants.http_status_codes import (
HTTP_200_OK,
HTTP_401_UNAUTHORIZED,
HTTP_502_BAD_GATEWAY,
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import requests

from src.business_logic.formation.exceptions import NoOnisepAPIException
from src.constants.http_status_codes import HTTP_200_OK, HTTP_502_BAD_GATEWAY
from src.constants.http_status_codes import HTTP_200_OK


URL = "https://api.opendata.onisep.fr/api/1.0/login"
Expand Down

0 comments on commit 3fd719d

Please sign in to comment.