We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c8280 commit 1ee6c1fCopy full SHA for 1ee6c1f
sde_collections/tests/test_field_modifier_patterns.py
@@ -69,6 +69,7 @@ def test_create_division_pattern(self):
69
collection=self.collection,
70
match_pattern="https://example.com/helio/data.html",
71
division=Divisions.HELIOPHYSICS,
72
+ match_pattern_type=DeltaDivisionPattern.MatchPatternTypeChoices.INDIVIDUAL_URL,
73
)
74
assert pattern.match_pattern_type == DeltaDivisionPattern.MatchPatternTypeChoices.INDIVIDUAL_URL
75
assert pattern.division == Divisions.HELIOPHYSICS
0 commit comments