We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c51da3 commit b4cb876Copy full SHA for b4cb876
1 file changed
tests/plugins/__init__.py
@@ -22,12 +22,10 @@ def get_post_message(self) -> str:
22
23
return self.post_message
24
25
- @staticmethod
26
- def get_send_user_name() -> str:
+ def get_send_user_name(self) -> str:
27
return "test user"
28
29
30
- def get_send_user() -> str:
+ def get_send_user(self) -> str:
31
return "abc123"
32
33
def upload(self, file: str, filename: str):
0 commit comments