Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMiTam committed Oct 8, 2024
1 parent 073d52d commit 4d0eb69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/tests/index/test_feedback_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def test_create_feedback_with_both_bug_and_idea_as_member(member, type):
url = FEEDBACK_BASE_URL
client = get_api_client(member)
data = get_data(type)
print(data)
response = client.post(url, data=data)
data = response.data

Expand Down Expand Up @@ -98,7 +97,7 @@ def test_create_feedback_as_anonymous_user(default_client, type):
"type",
["Bug", "Idea"],
)
def test_create_feedback_with_both_bug_and_idea_as_member(member, type):
def test_update_feedback_with_both_bug_and_idea_as_member(member, type):
"""All members should be able to update their own bug and idea feedback"""

url = FEEDBACK_BASE_URL
Expand Down

0 comments on commit 4d0eb69

Please sign in to comment.