forked from F5Networks/f5-common-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Members modify() broken when setting session attribute
Issues: Fixes F5Networks#1137 Problem: Member modify incorrectly checks value of 'state' attribute when user passes 'session' attribute to modify. Analysis: patch['state'] is not correct. should be patch['session'] Tests: Added new test, test_session_modify(), to match existing test test_state_modify().
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters