diff --git a/test/test_endpoints.py b/test/test_endpoints.py index 0039792..cff2f66 100644 --- a/test/test_endpoints.py +++ b/test/test_endpoints.py @@ -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()