fix: Set default values for feature_store.serve() function by shuchu · Pull Request #4225 · feast-dev/feast
What this PR does / why we need it:
Add 5 missing arguments; 'serve' expects 8 positional arguments.
In function "start_test_local_server(repo_path: str, port: int)", only 3 arguments were provided while calling serve():
"fs.serve("localhost", port, no_access_log=True)"