Catalogs tests - better data testing

This commit is contained in:
redref
2017-02-04 13:02:37 +01:00
parent 4190e36278
commit f908a1e86c
2 changed files with 31 additions and 10 deletions

View File

@@ -857,7 +857,9 @@ def catalogs(env, compare):
return render_template(
'catalogs.html',
compare=compare,
columns=CATALOGS_COLUMNS)
columns=CATALOGS_COLUMNS,
envs=envs,
current_env=env)
@app.route('/catalogs/json',