updating tests for members routes
This commit is contained in:
@@ -90,7 +90,7 @@ class Response:
|
||||
|
||||
# no color on the query like ever(because its typically massive
|
||||
if show_query:
|
||||
msg += f'\n\t{self.query_string[:80]}'
|
||||
msg += f'\n\t{self.query_string[:77]}...'
|
||||
|
||||
self.__write_msg(msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user