Skip to content

Commit cfe1367

Browse files
committed
fix test
1 parent a9d8c95 commit cfe1367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/provider/route_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func TestConvertRoute(t *testing.T) {
5050
EnableGoogleCloudServerlessAuthentication: true,
5151
TlsCustomCaKeyPairId: P("custom-ca-1"),
5252
KubernetesServiceAccountTokenFile: P("/path/to/token"),
53+
JwtIssuerFormat: pb.IssuerFormat_IssuerURI,
5354
}
5455

5556
var actual provider.RouteResourceModel
@@ -108,6 +109,7 @@ func TestConvertRoute(t *testing.T) {
108109
EnableGoogleCloudServerlessAuthentication: types.BoolValue(true),
109110
TLSCustomCAKeyPairID: types.StringValue("custom-ca-1"),
110111
KubernetesServiceAccountTokenFile: types.StringValue("/path/to/token"),
112+
JWTIssuerFormat: types.StringValue("IssuerURI"),
111113
}
112114

113115
if diff := cmp.Diff(expected, actual); diff != "" {

0 commit comments

Comments
 (0)