Skip to content

Commit

Permalink
Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Sep 25, 2024
1 parent 08e1aae commit 4e0759d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/python/WMCore_t/ReqMgr_t/Utils_t/Validation_t.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def testValidateRequestAllowedArgs(self):
defReqArgs["RequestStatus"] = status
expectedReqArgs = {key: None for key in get_modifiable_properties(status)}
reqArgsDiff = _validate_request_allowed_args(defReqArgs, newReqArgs)
reqArgsDiff.pop("RequestStatus")
print(f"reqArgsDiff: {reqArgsDiff}")
print(f"expectedReqArgs: {expectedReqArgs}")
self.assertDictEqual(reqArgsDiff, expectedReqArgs)
Expand Down

0 comments on commit 4e0759d

Please sign in to comment.