Skip to content

Commit

Permalink
FIX: correct environment variable name for DEFECT_DOJO_EVAL_SERVICE_N…
Browse files Browse the repository at this point in the history
…AME on settings.py
  • Loading branch information
Tidusete committed Nov 26, 2024
1 parent 5e7b172 commit 140049d
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 @@ -46,7 +46,7 @@
"DEFECT_DOJO_SERVICE_NAME", ""
)
DEFECT_DOJO_EVAL_SERVICE_NAME: bool = get_env_var_bool(
"DEFECT_DOJO_EVAL_SERVICE_TYPE_NAME"
"DEFECT_DOJO_EVAL_SERVICE_NAME"
)

DEFECT_DOJO_ENV_NAME: str = os.getenv(
Expand Down

0 comments on commit 140049d

Please sign in to comment.