Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Oct 11, 2024
1 parent 7a4c328 commit ad07cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api2/test_audit_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_authenticated_call():
"event_data": {
"credentials": {
"credentials": "LOGIN_PASSWORD",
"credentials_data": {"username": "root", "login_at": ANY},
"credentials_data": {"username": "root"},
},
"error": None,
},
Expand All @@ -96,7 +96,7 @@ def test_authenticated_call():
"protocol": "REST",
"credentials": {
"credentials": "LOGIN_PASSWORD",
"credentials_data": {"username": "root"},
"credentials_data": {"username": "root", "login_at": ANY},
},
},
"event": "METHOD_CALL",
Expand Down

0 comments on commit ad07cf3

Please sign in to comment.