MCPcopy Create free account
hub / github.com/PasarGuard/node / createTestWireGuard

Function createTestWireGuard

backend/wireguard/integration_e2e_test.go:75–78  ·  view source on GitHub ↗
(t *testing.T, configJSON string)

Source from the content-addressed store, hash-verified

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

Callers 3

Calls 1

Tested by

no test coverage detected