update manifest path in test

pull/27821/head
Adeeb Shihadeh 2 years ago
parent 39a1a917e7
commit 9eda72d871
  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