Skip to content

Commit a4dd7f0

Browse files
committed
[#2045] Apply 2 suggestions to 1 file
1 parent c07d96b commit a4dd7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/core/wrappers/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ def log_in(
130130
self,
131131
username: str,
132132
password: str,
133-
authentication_method_id="internal",
133+
authentication_method_id: str = "internal",
134134
suppress_client_side_validation: bool = False,
135135
) -> User:
136136
"""
137137
Logs in a user. Returns the user info.
138138
It accepts a flag to suppress client-side validation. It is useful when
139-
testing sending maliciously payloads.
139+
testing malicious payloads.
140140
"""
141141
api_instance = UsersApi(self._api_client)
142142
create_session_method = api_instance.create_session_with_http_info

0 commit comments

Comments
 (0)