Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: modernize code #378

Merged
merged 18 commits into from
Dec 22, 2024
Prev Previous commit
Next Next commit
chore: modernize code
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke committed Dec 22, 2024
commit 0b8a2d195fe3cee4210454f9d7f3e14d731ff08d
2 changes: 1 addition & 1 deletion internal/openvpn/passthrough_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func TestPassthroughFull(t *testing.T) {
defer cancel()

tokenStorage := tokenstorage.NewInMemory(ctx, testutils.Secret, time.Hour)
_, openVPNClient := testutils.SetupOpenVPNOAuth2Clients(t, ctx, conf, logger.Logger, http.DefaultClient, tokenStorage)
_, openVPNClient := testutils.SetupOpenVPNOAuth2Clients(ctx, t, conf, logger.Logger, http.DefaultClient, tokenStorage)

wg := sync.WaitGroup{}

Expand Down
Loading