Skip to content

Commit 168f9b7

Browse files
committed
Fix EIO attribute access
1 parent 4f2f864 commit 168f9b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/tm/ltm/test_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def test_MCURDL(self, request, bigip):
575575
with pytest.raises(iControlUnexpectedHTTPError) as iCUHEEIO:
576576
ipoth.test_MCURDL(request, bigip)
577577
assert 'Found unexpected json pair at configuration item' in\
578-
iCUHEEIO.message.value
578+
iCUHEEIO.value.message
579579
else:
580580
ipoth.test_MCURDL(request, bigip)
581581

0 commit comments

Comments
 (0)