Skip to content

Commit

Permalink
Update testing thread
Browse files Browse the repository at this point in the history
Was using a main forum, but it updates most recent activity to Hornet even after deletion. Using a game forum to isolate effects.
  • Loading branch information
ManicJamie committed May 2, 2024
1 parent e15df94 commit 3669bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def testingSeries(self):
@pytest.fixture(scope="class")
def testingThread(self):
"""Provides a thread for testing"""
threadPut = PutThread("qj2qrkn8", "Testing", "A test thread for speedruncompy.", _api=self.api).perform()
threadPut = PutThread("9nwlwk4z", "Testing", "A test thread for speedruncompy.", _api=self.api).perform()
yield threadPut.thread
threadDelete = PutThreadDelete(_api=self.api, threadId=threadPut.thread.id).perform()
with pytest.raises(NotFound): GetThread(threadPut.thread.id).perform()
Expand Down

0 comments on commit 3669bbc

Please sign in to comment.