Skip to content

Commit

Permalink
fix typo in dojo url variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Nov 2, 2023
1 parent 74af42f commit bc77ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
logger.info("Looking for all resources")

DEFECT_DOJO_API_KEY: str = get_required_env_var("DEFECT_DOJO_API_KEY")
DEFECT_DOJO_UR: str = get_required_env_var("DEFECT_DOJO_URL")
DEFECT_DOJO_URL: str = get_required_env_var("DEFECT_DOJO_URL")

DEFECT_DOJO_ACTIVE: bool = get_env_var_bool("DEFECT_DOJO_ACTIVE")
DEFECT_DOJO_VERIFIED: bool = get_env_var_bool("DEFECT_DOJO_VERIFIED")
Expand Down

0 comments on commit bc77ce5

Please sign in to comment.