diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-19 13:11:01 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-19 13:11:01 +0100 |
| commit | 7d766ee5a8a9824e9bb904149834670281890979 (patch) | |
| tree | 6aa35a08fece7286b3db4e94c4ae709cb2138a07 /internal/api/api_test.go | |
| parent | 9438a600fdce5a2d00521061d11fb94d3fd7d16b (diff) | |
Format: Run make fmt
Diffstat (limited to 'internal/api/api_test.go')
| -rw-r--r-- | internal/api/api_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/api_test.go b/internal/api/api_test.go index 5034465..2170743 100644 --- a/internal/api/api_test.go +++ b/internal/api/api_test.go @@ -292,7 +292,7 @@ func TestAPIInfo(t *testing.T) { ID: "test1", DisplayName: "test profile 1", VPNProtoList: []string{"openvpn", "wireguard"}, - Priority: 3, + Priority: 3, DefaultGateway: false, }, }, |
