There was an error while loading. Please reload this page.
1 parent cc01a7d commit 6dfa2c5Copy full SHA for 6dfa2c5
1 file changed
internal/cmd/beta/vpn/connection/create/create_test.go
@@ -278,6 +278,7 @@ func TestBuildRequest(t *testing.T) {
278
cmp.AllowUnexported(tt.expectedResult),
279
cmpopts.IgnoreUnexported(vpn.DefaultAPIService{}),
280
cmpopts.EquateComparable(testCtx),
281
+ cmp.AllowUnexported(vpn.NullableString{}, vpn.DefaultAPIService{}),
282
)
283
if diff != "" {
284
t.Fatalf("data does not match: %s", diff)
0 commit comments