File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def setup_background_callback_app(manager_name, app_name):
117117 raise RuntimeError (f"celery failed to start: { error } " )
118118
119119 try :
120- yield import_app (f"tests.integration. async_tests.{ app_name } " )
120+ yield import_app (f"tests.async_tests.{ app_name } " )
121121 finally :
122122 # Interval may run one more time after settling on final app state
123123 # Sleep for 1 interval of time
@@ -136,7 +136,7 @@ def setup_background_callback_app(manager_name, app_name):
136136 print (cache_directory )
137137 os .environ ["DISKCACHE_DIR" ] = cache_directory
138138 try :
139- app = import_app (f"tests.integration. async_tests.{ app_name } " )
139+ app = import_app (f"tests.async_tests.{ app_name } " )
140140 yield app
141141 finally :
142142 # Interval may run one more time after settling on final app state
You can’t perform that action at this time.
0 commit comments