mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 04:48:09 +00:00
fix test
This commit is contained in:
parent
524434a10e
commit
e0f7da69ab
@ -2677,7 +2677,7 @@ class TestProcessApi(BaseTest):
|
|||||||
headers=self.logged_in_headers(with_super_admin_user),
|
headers=self.logged_in_headers(with_super_admin_user),
|
||||||
content_type="application/json",
|
content_type="application/json",
|
||||||
)
|
)
|
||||||
assert response.json["status"] == "complete"
|
assert response.json["status"] == "suspended"
|
||||||
|
|
||||||
def setup_initial_groups_for_move_tests(
|
def setup_initial_groups_for_move_tests(
|
||||||
self, client: FlaskClient, with_super_admin_user: UserModel
|
self, client: FlaskClient, with_super_admin_user: UserModel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user