Skip to content

Commit

Permalink
fix test_views with new lock_uuid field
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarlowATI committed Apr 22, 2022
1 parent e5c72d7 commit 48e0bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eap_backend/tests/test_views.py
Expand Up @@ -54,7 +54,7 @@ def test_case_list_view_post(self):
post_data = {
"name": "newCASE",
"description": "new description",
"editable": True,
"lock_uuid": None,
}
response_post = self.client.post(
reverse("case_list"),
Expand Down

0 comments on commit 48e0bc5

Please sign in to comment.