Skip to content

Commit

Permalink
feat: fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Mar 4, 2024
1 parent 3d6857f commit dbc20b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app_tests/api/test_api_security_measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
SECURITY_MEASURE_NAME = "Test Security Measure"
SECURITY_MEASURE_DESCRIPTION = "Test Description"
SECURITY_MEASURE_CATEGORY = ("technical", "Technical")
SECURITY_MEASURE_CATEGORY2 = ("process", "Trocess")
SECURITY_MEASURE_CATEGORY2 = ("process", "Process")
SECURITY_MEASURE_STATUS = ("planned", "Planned")
SECURITY_MEASURE_STATUS2 = ("active", "Active")
SECURITY_MEASURE_EFFORT = ("L", "Large")
Expand Down

0 comments on commit dbc20b2

Please sign in to comment.