Skip to content

Commit 2b8c094

Browse files
author
Dario Varotto
committed
Test: Copy dataset adding custom_fields - redefine the fields too
1 parent db67b61 commit 2b8c094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ravenpackapi/tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_dataset_copy_updated(self):
5656
api=self.api,
5757
name="copy of the us30 dataset",
5858
filters=source_dataset.filters,
59-
fields=source_dataset.fields,
59+
fields=['timestamp_utc', 'rp_entity_id', 'avg_sentiment'],
6060
custom_fields=[{"avg_sentiment": {
6161
"avg": {
6262
"field": "EVENT_SENTIMENT_SCORE",

0 commit comments

Comments
 (0)