Skip to content

Commit 0d9040a

Browse files
authored
fix: Change segment metadata source from imported to api (#45)
1 parent 839e8d5 commit 0d9040a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_cases/test_segment__with_metadata__match__metadata_in_result.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"key": "422",
1818
"name": "segment_with_metadata",
1919
"metadata": {
20-
"source": "imported"
20+
"source": "api"
2121
},
2222
"rules": [
2323
{
@@ -40,7 +40,7 @@
4040
{
4141
"name": "segment_with_metadata",
4242
"metadata": {
43-
"source": "imported"
43+
"source": "api"
4444
}
4545
}
4646
]

0 commit comments

Comments
 (0)