Skip to content

Commit 34ac885

Browse files
committed
tests: Squash with model commit.
1 parent c0a29a7 commit 34ac885

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/conftest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ def user_dict(logged_on_user: Dict[str, Any]) -> Dict[str, Dict[str, Any]]:
10181018
10191019
"email": "[email protected]",
10201020
"full_name": "Email Gateway",
1021-
"status": "inactive",
1021+
"status": "bot",
10221022
"user_id": 6,
10231023
},
10241024
@@ -1030,13 +1030,13 @@ def user_dict(logged_on_user: Dict[str, Any]) -> Dict[str, Dict[str, Any]]:
10301030
10311031
"email": "[email protected]",
10321032
"full_name": "Notification Bot",
1033-
"status": "inactive",
1033+
"status": "bot",
10341034
"user_id": 5,
10351035
},
10361036
10371037
"email": "[email protected]",
10381038
"full_name": "Welcome Bot",
1039-
"status": "inactive",
1039+
"status": "bot",
10401040
"user_id": 4,
10411041
},
10421042
}
@@ -1105,13 +1105,13 @@ def user_list(logged_on_user: Dict[str, Any]) -> List[Dict[str, Any]]:
11051105
{
11061106
"email": "[email protected]",
11071107
"full_name": "Notification Bot",
1108-
"status": "inactive",
1108+
"status": "bot",
11091109
"user_id": 5,
11101110
},
11111111
{
11121112
"email": "[email protected]",
11131113
"full_name": "Welcome Bot",
1114-
"status": "inactive",
1114+
"status": "bot",
11151115
"user_id": 4,
11161116
},
11171117
{

0 commit comments

Comments
 (0)