Skip to content

Commit ad4c3a1

Browse files
committed
Add line break
1 parent 861659f commit ad4c3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker/test_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def test_wrong_function_name(self, serverless_client: ServerlessClient):
402402

403403
expected_message = (
404404
"Failed to retrieve 'None/wrong-title'. "
405-
"Please check that your API credentials and the function name are correct.\n"
405+
"Please check that your API credentials and the function name are correct. "
406406
"You can view the list of available functions for your credentials using `.list()`."
407407
)
408408

0 commit comments

Comments
 (0)