Skip to content

Commit a6b75ee

Browse files
author
Victoria Hall
committed
add test
1 parent c38c779 commit a6b75ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/decorators/test_blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_blob_trigger_creation_with_source_as_string(self):
5050
trigger = BlobTrigger(name="req",
5151
path="dummy_path",
5252
connection="dummy_connection",
53-
source=BlobSource.EVENT_GRID,
53+
source="EventGrid",
5454
data_type=DataType.UNDEFINED,
5555
dummy_field="dummy")
5656

0 commit comments

Comments
 (0)