diff --git a/tests/basic/test_wholefile.py b/tests/basic/test_wholefile.py index 56742c71d..64e400c27 100644 --- a/tests/basic/test_wholefile.py +++ b/tests/basic/test_wholefile.py @@ -289,7 +289,7 @@ after b # Initialize the Coder object with the mocked IO and mocked repo coder = Coder.create( - self.GPT35, "whole", io=InputOutput(), fnames=files, stream=False, pretty=False + self.GPT35, "whole", io=InputOutput(), fnames=files, stream=False ) # no trailing newline so the response content below doesn't add ANOTHER newline