@@ -2445,6 +2445,7 @@ async def test_node_discovery_and_load(
24452445 state = await stick .nodes ["0098765432101234" ].get_state (
24462446 (
24472447 pw_api .NodeFeature .AVAILABLE ,
2448+ pw_api .NodeFeature .CIRCLE ,
24482449 pw_api .NodeFeature .PING ,
24492450 pw_api .NodeFeature .INFO ,
24502451 pw_api .NodeFeature .RELAY ,
@@ -2488,6 +2489,7 @@ async def test_node_discovery_and_load(
24882489 assert sorted (state [pw_api .NodeFeature .INFO ].features ) == sorted (
24892490 (
24902491 pw_api .NodeFeature .AVAILABLE ,
2492+ pw_api .NodeFeature .CIRCLE ,
24912493 pw_api .NodeFeature .INFO ,
24922494 pw_api .NodeFeature .PING ,
24932495 pw_api .NodeFeature .RELAY ,
@@ -2519,6 +2521,7 @@ async def test_node_discovery_and_load(
25192521 get_state_timestamp = dt .now (UTC ).replace (minute = 0 , second = 0 , microsecond = 0 )
25202522 state = await stick .nodes ["1111111111111111" ].get_state (
25212523 (
2524+ pw_api .NodeFeature .CIRCLE ,
25222525 pw_api .NodeFeature .PING ,
25232526 pw_api .NodeFeature .INFO ,
25242527 pw_api .NodeFeature .RELAY ,
@@ -2540,6 +2543,7 @@ async def test_node_discovery_and_load(
25402543 assert sorted (state [pw_api .NodeFeature .INFO ].features ) == sorted (
25412544 (
25422545 pw_api .NodeFeature .AVAILABLE ,
2546+ pw_api .NodeFeature .CIRCLE ,
25432547 pw_api .NodeFeature .INFO ,
25442548 pw_api .NodeFeature .PING ,
25452549 pw_api .NodeFeature .RELAY ,
0 commit comments