#Blocking portal break

1 messages · Page 1 of 1 (latest)

smoky heath
#

I have an issue trying to run tests using two AsyncTestClient, I think the following mvce should work fine but it errors this way:

proper plankBOT
#
Notes for Blocking portal break
At your assistance

@smoky heath

No Response?

If no response in a reasonable time, ping @Member.

Closing

To close, type !solve or byte solve.

MCVE

Please include an MCVE so that we can reproduce your issue locally.

smoky heath
smoky heath
#

Need to make sure the app fixture is ran twice, I'm stupid...

hidden kraken
smoky heath
#

async with AsyncTestClient(app=make_app) as client: to async with AsyncTestClient(app=make_app()) as client: