Skip to content

Commit 23ce352

Browse files
committed
tests/tacd: Add shell dependency to test_tacd_http_adc
This test depends on the DUT being in the `shell` status. Thus it needs to depend on the appropriate fixture. Signed-off-by: Chris Fiege <[email protected]>
1 parent 0a852e7 commit 23ce352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tacd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_tacd_http_temperature(strategy, shell):
3434
(-0.01, 14, "v1/iobus/feedback/voltage"),
3535
),
3636
)
37-
def test_tacd_http_adc(strategy, low, high, endpoint):
37+
def test_tacd_http_adc(strategy, shell, low, high, endpoint):
3838
"""Test tacd ADC endpoints."""
3939
r = requests.get(f"http://{strategy.network.address}/{endpoint}")
4040
assert r.status_code == 200

0 commit comments

Comments
 (0)