We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d86525 commit daefc26Copy full SHA for daefc26
test/_testConf.py
@@ -30,9 +30,7 @@ class ChannelFinderClientTestCase(unittest.TestCase):
30
def setUpClass(cls) -> None:
31
cls.channelFinderCompose = channelFinderDocker()
32
cls.channelFinderCompose.start()
33
- cls.channelFinderCompose.wait_for(
34
- _testConf.get("DEFAULT", "BaseURL") + "/ChannelFinder"
35
- )
+ cls.channelFinderCompose.wait_for(_testConf.get("DEFAULT", "BaseURL"))
36
return super().setUpClass()
37
38
@classmethod
0 commit comments