From 01e956bf44dac2f2aad4022bbb995aeedb2d0bae Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 7 Mar 2026 16:04:35 -0600 Subject: [PATCH] fix: prefix unused snmp_device variable with underscore --- test/towerops/capacity_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/towerops/capacity_test.exs b/test/towerops/capacity_test.exs index 1ee992af..18e37dab 100644 --- a/test/towerops/capacity_test.exs +++ b/test/towerops/capacity_test.exs @@ -168,7 +168,7 @@ defmodule Towerops.CapacityTest do describe "get_site_capacity_summary/1" do test "aggregates capacity across interfaces at a site", %{ site: site, - snmp_device: snmp_device, + snmp_device: _snmp_device, interface: interface } do now = DateTime.utc_now()