remove print
This commit is contained in:
parent
4882df4d78
commit
44203f3050
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ def test_authentik_blueprint_status(
|
||||||
blueprints = api_request_context.get(URL.get("api/v3/managed/blueprints"))
|
blueprints = api_request_context.get(URL.get("api/v3/managed/blueprints"))
|
||||||
assert blueprints.ok
|
assert blueprints.ok
|
||||||
blueprints_data = blueprints.json()
|
blueprints_data = blueprints.json()
|
||||||
ic(blueprints_data)
|
# ic(blueprints_data)
|
||||||
|
|
||||||
# fake failed blueprint
|
# fake failed blueprint
|
||||||
# blueprints_data["results"][10]["status"] = "failed"
|
# blueprints_data["results"][10]["status"] = "failed"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue