Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Nov 6, 2023
1 parent 5aa2dcd commit fc856a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def setUp(self):
# default values are set in italian
self.request["LANGUAGE"] = "it"
self.view = api.content.get_view(
"move_news_items", context=self.portal, request=self.request
"move-news-items", context=self.portal, request=self.request
)

setRoles(self.portal, TEST_USER_ID, ["Manager"])
Expand Down

0 comments on commit fc856a0

Please sign in to comment.