Skip to content

Commit

Permalink
patch import of milestone types into test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Mar 24, 2024
1 parent f96f5a1 commit 2747988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
import requests_mock

from regolith.main import main
from regolith.schemas import MILESTONE_TYPES
from regolith.schemas import alloweds

MILESTONE_TYPES = alloweds.get("MILESTONE_TYPES")

dash = "-"
helper_map = [
Expand Down

0 comments on commit 2747988

Please sign in to comment.