Skip to content

Commit

Permalink
Fix typo in STIG test (#15187)
Browse files Browse the repository at this point in the history
The test was not updated when a typo in the error string was fixed
during the review process.
  • Loading branch information
anodos325 authored Dec 12, 2024
1 parent 0888305 commit 5869480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api2/test_stig.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_no_twofactor_users_fail(enterprise_product, two_factor_enabled):


def test_no_full_admin_users_fail(enterprise_product, two_factor_non_admin):
with pytest.raises(ValidationErrors, match='At least one local user with full admin privileges and must be'):
with pytest.raises(ValidationErrors, match='At least one local user with full admin privileges must be'):
call('system.security.update', {'enable_fips': True, 'enable_gpos_stig': True}, job=True)


Expand Down

0 comments on commit 5869480

Please sign in to comment.