Index: infra/bots/assets/asset_utils_test.py |
diff --git a/infra/bots/assets/asset_utils_test.py b/infra/bots/assets/asset_utils_test.py |
index edfc271f9e769e378d1173865f0daa7ee870842e..bac3a6576c364ce545dc05b06cdaa5956f3c0046 100644 |
--- a/infra/bots/assets/asset_utils_test.py |
+++ b/infra/bots/assets/asset_utils_test.py |
@@ -20,8 +20,7 @@ import uuid |
FILE_DIR = os.path.dirname(os.path.abspath(__file__)) |
-INFRA_BOTS_DIR = os.path.realpath(os.path.join( |
- FILE_DIR, os.pardir, 'infra', 'bots')) |
+INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir)) |
sys.path.insert(0, INFRA_BOTS_DIR) |
import test_utils |
import utils |