updating tests for members routes

This commit is contained in:
shockrah
2021-02-20 20:14:10 -08:00
parent c4db03f962
commit 34736bef3f
3 changed files with 36 additions and 9 deletions

View File

@@ -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)