File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
workers/tests/emulator_tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
client = CosmosClient (url , key )
15
15
16
16
17
- # Create a database in the account using the CosmosClient,
17
+ # Create a database in the account using the CosmosClient
18
18
database_name = "test"
19
19
try :
20
20
database = client .create_database (id = database_name )
@@ -44,7 +44,7 @@ class TestCosmosDBFunctions(testutils.WebHostTestCase):
44
44
45
45
@classmethod
46
46
def get_script_dir (cls ):
47
- return testutils .E2E_TESTS_FOLDER / 'cosmosdb_functions'
47
+ return testutils .EMULATOR_TESTS_FOLDER / 'cosmosdb_functions'
48
48
49
49
def test_cosmosdb_trigger (self ):
50
50
data = str (round (time .time ()))
@@ -98,13 +98,13 @@ class TestCosmosDBFunctionsStein(TestCosmosDBFunctions):
98
98
99
99
@classmethod
100
100
def get_script_dir (cls ):
101
- return testutils .E2E_TESTS_FOLDER / 'cosmosdb_functions' / \
101
+ return testutils .EMULATOR_TESTS_FOLDER / 'cosmosdb_functions' / \
102
102
'cosmosdb_functions_stein'
103
103
104
104
105
105
class TestCosmosDBFunctionsSteinGeneric (TestCosmosDBFunctions ):
106
106
107
107
@classmethod
108
108
def get_script_dir (cls ):
109
- return testutils .E2E_TESTS_FOLDER / 'cosmosdb_functions' / \
109
+ return testutils .EMULATOR_TESTS_FOLDER / 'cosmosdb_functions' / \
110
110
'cosmosdb_functions_stein' / 'generic'
You can’t perform that action at this time.
0 commit comments