TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

Fix tests/test_callback.py #213

Closed gaurav closed 11 months ago

gaurav commented 11 months ago

tests/test_callback.py fails for some unknown reason, probably because I haven't set up my .env file correctly. We should get this working again so we can be sure that we can handle asynchronous requests correctly.

gaurav commented 11 months ago

Oh, never mind -- I changed REDIS_HOST=redis to REDIS_HOST=localhost in sample.env, but I was supposed to keep it unchanged. Using REDIS_HOST=redis allows the test to pass.