Skip to content

Commit

Permalink
[test/integration] small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaguin committed May 16, 2024
1 parent 3e69bbc commit 3e42aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/local/gateway_local_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_create_gateway(
assert peer.ping_status == NodePeerConnectionStatus.ACTIVE

# check the guest client
client = gateway.client
client = gateway_webserver.client
assert isinstance(client, GatewayClient)
assert client.metadata.node_type == NodeType.GATEWAY.value

Expand Down

0 comments on commit 3e42aad

Please sign in to comment.