Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed May 16, 2023
1 parent 525683d commit 4730e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/validation/tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_validate_elr():
assert validate_elr_msg("my elr contents", test_error_types) == {
"message_valid": True,
"validation_results": {
"details": "No validation was actually preformed. This endpoint only has "
"details": "No validation was actually performed. This endpoint only has "
"stubbed functionality"
},
}
Expand All @@ -146,7 +146,7 @@ def test_validate_vxu():
assert result == {
"message_valid": True,
"validation_results": {
"details": "No validation was actually preformed. This endpoint only has "
"details": "No validation was actually performed. This endpoint only has "
"stubbed functionality"
},
}
Expand Down

0 comments on commit 4730e64

Please sign in to comment.