Fix git CLI flag ordering

This commit is contained in:
Erik Sundell
2022-01-10 10:33:23 +01:00
parent 1c1be8a24b
commit 8da06d1259

View File

@@ -35,8 +35,9 @@ def test_rest_api_rbac_scope_descriptions_are_updated():
run(
[
"git",
"diff",
"--no-pager",
"diff",
"--color=always",
"--exit-code",
str(here.joinpath("source", "_static", "rest-api.yml")),
],