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):
117
117
raise RuntimeError (f"celery failed to start: { error } " )
118
118
119
119
try :
120
- yield import_app (f"tests.integration. async_tests.{ app_name } " )
120
+ yield import_app (f"tests.async_tests.{ app_name } " )
121
121
finally :
122
122
# Interval may run one more time after settling on final app state
123
123
# Sleep for 1 interval of time
@@ -136,7 +136,7 @@ def setup_background_callback_app(manager_name, app_name):
136
136
print (cache_directory )
137
137
os .environ ["DISKCACHE_DIR" ] = cache_directory
138
138
try :
139
- app = import_app (f"tests.integration. async_tests.{ app_name } " )
139
+ app = import_app (f"tests.async_tests.{ app_name } " )
140
140
yield app
141
141
finally :
142
142
# Interval may run one more time after settling on final app state
You can’t perform that action at this time.
0 commit comments