Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YunchuWang committed Dec 13, 2023
1 parent afa8f29 commit 4fb1400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/decorators/test_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ def dummy():
"type": BLOB_TRIGGER,
"name": "req",
"path": "dummy_path",
"source": "LogsAndContainerScan",
"source": BlobSource.LOGS_AND_CONTAINER_SCAN,
"connection": "dummy_conn"
})

Expand Down Expand Up @@ -1547,7 +1547,7 @@ def dummy():
"type": BLOB_TRIGGER,
"name": "req",
"path": "dummy_path",
"source": "EventGrid",
"source": BlobSource.EVENT_GRID,
"connection": "dummy_conn"
})

Expand Down Expand Up @@ -1586,7 +1586,7 @@ def dummy():
"type": BLOB_TRIGGER,
"name": "req",
"path": "dummy_path",
"source": "LogsAndContainerScan",
"source": BlobSource.LOGS_AND_CONTAINER_SCAN,
"connection": "dummy_conn"
})

Expand Down

0 comments on commit 4fb1400

Please sign in to comment.