Skip to content

Commit

Permalink
review test
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 3, 2024
1 parent 7f0cabc commit de896ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def testSecure(self, gatewaywrapper):

def testHost(self, gatewaywrapper):
gatewaywrapper.loginAsUser()
client = gatewaywrapper.gateway
client = gatewaywrapper.gateway.c
with pytest.raises(Exception) as ex:
BlitzGateway(client_obj=client, host="myserver.com")
assert "do not match" in str(ex.value)

0 comments on commit de896ac

Please sign in to comment.