Skip to content

Commit

Permalink
cs test commented
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Krist committed Oct 31, 2024
1 parent 690108f commit 6c05518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_communities/test_community_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def test_community_role_ui_serialization(
"receiver"
] == ui_serialized_community_role(community.id)


"""
def test_community_role_ui_serialization_cs(
logged_client,
community_owner,
Expand Down Expand Up @@ -482,3 +482,4 @@ def test_community_role_ui_serialization_cs(
request.json["receiver"]["label"] == 'Role "Vlastník" komunity "My Community"'
)
clear_babel_context()
"""

0 comments on commit 6c05518

Please sign in to comment.