Skip to content

Commit 6dfa2c5

Browse files
committed
chore(vpn): fix unit tests
1 parent cc01a7d commit 6dfa2c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/cmd/beta/vpn/connection/create/create_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ func TestBuildRequest(t *testing.T) {
278278
cmp.AllowUnexported(tt.expectedResult),
279279
cmpopts.IgnoreUnexported(vpn.DefaultAPIService{}),
280280
cmpopts.EquateComparable(testCtx),
281+
cmp.AllowUnexported(vpn.NullableString{}, vpn.DefaultAPIService{}),
281282
)
282283
if diff != "" {
283284
t.Fatalf("data does not match: %s", diff)

0 commit comments

Comments
 (0)