update manifest path in test

old-commit-hash: 9eda72d871
beeps
Adeeb Shihadeh 2 years ago
parent 827ebdacaf
commit 57f3632aa1
  1. 4
      system/hardware/tici/tests/test_agnos_updater.py

@ -4,8 +4,8 @@ import os
import unittest import unittest
import requests import requests
AGNOS_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__))) TEST_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)))
MANIFEST = os.path.join(AGNOS_DIR, "agnos.json") MANIFEST = os.path.join(TEST_DIR, "../agnos.json")
class TestAgnosUpdater(unittest.TestCase): class TestAgnosUpdater(unittest.TestCase):

Loading…
Cancel
Save