Skip to content

Commit d4228d0

Browse files
- Cleaner.
1 parent 60c27e5 commit d4228d0

40 files changed

+3
-276
lines changed

cicd/util/test_all_routes.sh

Lines changed: 0 additions & 70 deletions
This file was deleted.

test/python/flask/gcp/app.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,11 @@ def projects_testing_project_aggregated_instances():
196196

197197
@app.route('/v1/projects/testing-project/assets', methods=['GET'])
198198
def v1_projects_testing_project_assets():
199+
next_page_token = request.args.get('pageToken')
200+
if next_page_token == 'GETAROUNDPAGETWO':
201+
return render_template('route_32_template.json'), 200, {'Content-Type': 'application/json'}
199202
return render_template('route_31_template.json'), 200, {'Content-Type': 'application/json'}
200203

201-
@app.route('/v1/projects/testing-project/assets', methods=['GET'])
202-
def v1_projects_testing_project_assets_02(): # had to manually rename
203-
return render_template('route_32_template.json'), 200, {'Content-Type': 'application/json'}
204-
205204
@app.route('/projects/testing-project/global/firewalls/allow-spark-ui', methods=['PUT'])
206205
def projects_testing_project_global_firewalls_allow_spark_ui():
207206
return render_template('route_33_template.json'), 200, {'Content-Type': 'application/json'}

test/python/flask/placeholder/flask_37_routes_complete.py

Lines changed: 0 additions & 165 deletions
This file was deleted.

test/python/flask/placeholder/templates/route_10_template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/python/flask/placeholder/templates/route_11_template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/python/flask/placeholder/templates/route_12_template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/python/flask/placeholder/templates/route_13_template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/python/flask/placeholder/templates/route_14_template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/python/flask/placeholder/templates/route_15_template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/python/flask/placeholder/templates/route_16_template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)