Skip to content

Commit 66acefc

Browse files
lowercase warehouse name in test and clean up tag after query instead of publish to avoid affecting other tests
1 parent f071bdb commit 66acefc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional_tests/metaflow/test__warehouse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def start(self):
2929
"warehouse_out": "OUTERBOUNDS_DATA_SCIENCE_SHARED_DEV_XS_WH",
3030
},
3131
{
32-
"warehouse": "MED",
32+
"warehouse": "med",
3333
"domain": "advertising",
3434
"warehouse_out": "OUTERBOUNDS_DATA_SCIENCE_ADS_DEV_MED_WH",
3535
},

0 commit comments

Comments
 (0)