Skip to content

Commit e61b7a9

Browse files
committed
Add logout option into test case
1 parent 58c4281 commit e61b7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_1_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_user_create():
6767

6868

6969
def test_user_modify():
70-
assert user_handler.create("test2", displayname="This is a test")
70+
assert user_handler.create("test2", displayname="This is a test", logout=False)
7171

7272

7373
def test_user_query():

0 commit comments

Comments
 (0)