Skip to content

Commit

Permalink
Update test_user_request_builder.py
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
  • Loading branch information
ElijahSwiftIBM committed Nov 3, 2023
1 parent 648fd0a commit 0e6c510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/user/test_user_request_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def test_user_admin_build_add_request_with_bad_segment_traits(self):
+ f"combination for '{self.user_admin._profile_type}'.\n",
)

# Since this test uses GenerateRequestsOnly, the "Add" after the AddOperationError is returned
# does not begin with an "Extract" call. This is necessary to recreate the error, so an extra
# extract call was added to simulate this behavior.
# Since this test uses GenerateRequestsOnly, the "Add" after the AddOperationError is returned
# does not begin with an "Extract" call. This is necessary to recreate the error, so an extra
# extract call was added to simulate this behavior.
def test_user_admin_cleans_up_after_build_add_request_with_bad_segment_traits(self):
bad_trait = "omvs:bad_trait"
user_admin = UserAdmin(
Expand Down

0 comments on commit 0e6c510

Please sign in to comment.