Skip to content

Commit f261314

Browse files
peterstone2017YunchuWang
authored andcommitted
flakey8
1 parent dd1b0b2 commit f261314

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tests/endtoend/eventhub_functions/eventhub_functions_stein/generic/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ async def metadata_trigger(event: func.EventHubEvent) -> bytes:
124124
'metadata': event.metadata
125125
}
126126

127-
return json.dumps(event_dict)
127+
return json.dumps(event_dict)

tests/endtoend/test_cosmosdb_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ class TestCosmosDBFunctionsStein(TestCosmosDBFunctions):
9292
@classmethod
9393
def get_script_dir(cls):
9494
return testutils.E2E_TESTS_FOLDER / 'cosmosdb_functions' / \
95-
'cosmosdb_functions_stein'
95+
'cosmosdb_functions_stein'
9696

9797

9898
class TestCosmosDBFunctionsSteinGeneric(TestCosmosDBFunctions):
9999

100100
@classmethod
101101
def get_script_dir(cls):
102102
return testutils.E2E_TESTS_FOLDER / 'cosmosdb_functions' / \
103-
'cosmosdb_functions_stein' / 'generic'
103+
'cosmosdb_functions_stein' / 'generic'

tests/endtoend/test_eventhub_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ class TestEventHubFunctionsSteinGeneric(TestEventHubFunctions):
113113
@classmethod
114114
def get_script_dir(cls):
115115
return testutils.E2E_TESTS_FOLDER / 'eventhub_functions' / \
116-
'eventhub_functions_stein' / 'generic'
116+
'eventhub_functions_stein' / 'generic'

tests/endtoend/test_queue_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ class TestQueueFunctionsSteinGeneric(TestQueueFunctions):
106106
@classmethod
107107
def get_script_dir(cls):
108108
return testutils.E2E_TESTS_FOLDER / 'queue_functions' / \
109-
'queue_functions_stein' / 'generic'
109+
'queue_functions_stein' / 'generic'

0 commit comments

Comments
 (0)