Open Makaze opened 1 month ago
Student use of .method(url="URL HERE") causes an error because the mocked function does not accept named arguments, while the real one does.
.method(url="URL HERE")
Student use of
.method(url="URL HERE")
causes an error because the mocked function does not accept named arguments, while the real one does.