We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38c779 commit a6b75eeCopy full SHA for a6b75ee
tests/decorators/test_blob.py
@@ -50,7 +50,7 @@ def test_blob_trigger_creation_with_source_as_string(self):
50
trigger = BlobTrigger(name="req",
51
path="dummy_path",
52
connection="dummy_connection",
53
- source=BlobSource.EVENT_GRID,
+ source="EventGrid",
54
data_type=DataType.UNDEFINED,
55
dummy_field="dummy")
56
0 commit comments