Skip to content

Commit

Permalink
another test update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Dec 15, 2021
1 parent 79a6cc5 commit 525ebf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_get_dashboard_view__user_can_not_access_without_permission(self):

request_payload = get_query_context("birth_names")
rv = self.post_assert_metric(CHART_DATA_URI, request_payload, "data")
self.assertEqual(rv.status_code, 401)
self.assertEqual(rv.status_code, 403)

# assert
self.assert403(response)
Expand Down

0 comments on commit 525ebf4

Please sign in to comment.