File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup>
15
15
<ItemGroup>
16
16
<PackageReference Include="Azure.Messaging.EventHubs"
17
- Version="5.6.2.0 " />
17
+ Version="5.6.2" />
18
18
<PackageReference Include="Azure.Messaging.EventGrid"
19
- Version="4.21.0.0 " />
19
+ Version="4.21.0" />
20
20
<PackageReference Include="Microsoft.NET.Sdk.Functions"
21
21
Version="4.0.1" />
22
22
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB"
Original file line number Diff line number Diff line change @@ -232,9 +232,7 @@ def setUpClass(cls):
232
232
try :
233
233
cls .webhost = start_webhost (script_dir = script_dir ,
234
234
stdout = cls .host_stdout )
235
- except Exception as ex :
236
- error_message = f'WebHost is not started correctly. { ex } '
237
- cls .host_stdout_logger .error (error_message )
235
+ except Exception :
238
236
raise
239
237
240
238
if not cls .webhost .is_healthy ():
@@ -247,6 +245,7 @@ def setUpClass(cls):
247
245
except Exception as ex :
248
246
cls .host_stdout_logger .error (f"WebHost is not started correctly. { ex } " )
249
247
cls .tearDownClass ()
248
+ raise
250
249
251
250
@classmethod
252
251
def tearDownClass (cls ):
You can’t perform that action at this time.
0 commit comments