Skip to content

Commit 3310243

Browse files
author
Bilal Al
committed
removed key selectpr
1 parent 79bddcd commit 3310243

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test=pytest
1313

1414
[tool:pytest]
1515
ignore_glob=./splitio/_OLD/*
16-
addopts = --verbose --cov=splitio --cov-report xml -k BetweenSemverMatcherTests
16+
addopts = --verbose --cov=splitio --cov-report xml
1717
python_classes=*Tests
1818

1919
[build_sphinx]

splitio/models/splits.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
"combiner": "AND",
2020
"matchers": [
2121
{
22-
"keySelector": {
23-
"trafficType": "user",
24-
"attribute": None
25-
},
22+
"keySelector": None,
2623
"matcherType": "ALL_KEYS",
2724
"negate": False,
2825
"userDefinedSegmentMatcherData": None,

0 commit comments

Comments
 (0)