File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 105105 " postfix" , {
106106 "if" : [
107107 {
108- "ends_with" : [{"var" : " id" }, 3 ]
108+ "ends_with" : [{"var" : " id" }, " 3 " ]
109109 },
110110 " fail" , " none"
111111 ]
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Feature: flag and flag set metadata
1616 | float | Float | 1 .2 |
1717 | boolean | Boolean | true |
1818
19+ @metadata-provider
1920 Scenario : Returns flag set metadata
2021 Given an option "selector" of type "String" with value "rawflags/selector-flag-combined-metadata.json"
2122 And a metadata flagd provider
@@ -32,6 +33,7 @@ Feature: flag and flag set metadata
3233 | flag -set -float | Float | 3 .2 |
3334 | flag -set -boolean | Boolean | false |
3435
36+ @metadata-provider
3537 Scenario : Flag metadata overwrites flag set metadata
3638 Given an option "selector" of type "String" with value "rawflags/selector-flag-combined-metadata.json"
3739 And a metadata flagd provider
You can’t perform that action at this time.
0 commit comments