Skip to content

Commit 1ee6c1f

Browse files
fixed create division pattern test to fit default match pattern changes
1 parent 61c8280 commit 1ee6c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sde_collections/tests/test_field_modifier_patterns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_create_division_pattern(self):
6969
collection=self.collection,
7070
match_pattern="https://example.com/helio/data.html",
7171
division=Divisions.HELIOPHYSICS,
72+
match_pattern_type=DeltaDivisionPattern.MatchPatternTypeChoices.INDIVIDUAL_URL,
7273
)
7374
assert pattern.match_pattern_type == DeltaDivisionPattern.MatchPatternTypeChoices.INDIVIDUAL_URL
7475
assert pattern.division == Divisions.HELIOPHYSICS

0 commit comments

Comments
 (0)