(t *testing.T, configJSON string)
| 73 | } |
| 74 | |
| 75 | func createTestWireGuard(t *testing.T, configJSON string) *WireGuard { |
| 76 | t.Helper() |
| 77 | return createTestWireGuardWithUsers(t, configJSON, []*common.User{}) |
| 78 | } |
| 79 | |
| 80 | func mustHaveCommands(t *testing.T, names ...string) { |
| 81 | t.Helper() |
no test coverage detected