From e3035a799a484f8d6c460f57e57d4b59217cd6de Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 11 Dec 2021 15:33:39 +0100 Subject: chore(api): temporarily remove topic delete endpoint It is not yet available upstream. --- tests/functional/api/test_topics.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/functional/api') diff --git a/tests/functional/api/test_topics.py b/tests/functional/api/test_topics.py index 7ad71a5..dea457c 100644 --- a/tests/functional/api/test_topics.py +++ b/tests/functional/api/test_topics.py @@ -16,6 +16,3 @@ def test_topics(gl): updated_topic = gl.topics.get(topic.id) assert updated_topic.description == topic.description - - topic.delete() - assert not gl.topics.list() -- cgit v1.2.1