update manifest path in test

This commit is contained in:
Adeeb Shihadeh
2023-04-05 22:39:57 -07:00
parent 39a1a917e7
commit 9eda72d871

View File

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