Skip to content

Commit

Permalink
fix: remove unused import from test
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed Jun 20, 2024
1 parent 3bbd2fe commit b69604c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/tests/alloy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pkgs.testers.runNixOSTest {
};

testScript = ''
import time
machine.wait_for_unit("alloy.service", timeout=10)
machine.wait_for_open_port(12345, timeout=10)
machine.succeed("curl http://localhost:12345 | grep -o \"Grafana Alloy\"")
Expand Down

0 comments on commit b69604c

Please sign in to comment.