mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
Fix git CLI flag ordering
This commit is contained in:
@@ -35,8 +35,9 @@ def test_rest_api_rbac_scope_descriptions_are_updated():
|
|||||||
run(
|
run(
|
||||||
[
|
[
|
||||||
"git",
|
"git",
|
||||||
"diff",
|
|
||||||
"--no-pager",
|
"--no-pager",
|
||||||
|
"diff",
|
||||||
|
"--color=always",
|
||||||
"--exit-code",
|
"--exit-code",
|
||||||
str(here.joinpath("source", "_static", "rest-api.yml")),
|
str(here.joinpath("source", "_static", "rest-api.yml")),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user