Skip to content

Commit b074ed0

Browse files
test: pin annotator fixtures to production
1 parent 502a636 commit b074ed0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tests/test_node_annotator.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
import TCT
22
import pytest
3+
from TCT.config import reset_config
4+
5+
6+
@pytest.fixture(autouse=True)
7+
def use_node_annotator_prod():
8+
"""Run legacy Node Annotator expectations against production."""
9+
TCT.configure(environment="prod")
10+
yield
11+
reset_config()
12+
313

414
CURIES_with_annotations = [
515
{

0 commit comments

Comments
 (0)