Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 3, 2024
1 parent 42bd1b1 commit 3107380
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,6 @@ def testSecure(self, gatewaywrapper):
def testHost(self, gatewaywrapper):
gatewaywrapper.loginAsUser()
client = gatewaywrapper.gateway
with pytest.raises(Exception) as ex:
with pytest.raises(Exception) as ex:
BlitzGateway(client_obj=client, host="myserver.com")
assert "do not match" in str(ex,value)
assert "do not match" in str(ex.value)

0 comments on commit 3107380

Please sign in to comment.