Skip to content

Commit

Permalink
Fix unit test after jinja escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch committed May 17, 2024
1 parent 498975d commit 9a05786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_build_data_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_build_job_information_data_asset(self):
integrity: important # values: archive, operational, important, critical, mission-critical
availability: operational # values: archive, operational, important, critical, mission-critical
justification_cia_rating: >
Job information is important but is public information in it's nature."""
Job information is important but is public information in it's nature."""

expected_tag_list = ["job-information", "database", "azure", "public"]

Expand Down

0 comments on commit 9a05786

Please sign in to comment.