diff options
Diffstat (limited to 'sdk/java_sdk_test.go')
-rw-r--r-- | sdk/java_sdk_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go index 17a6ca9b8..111b22c68 100644 --- a/sdk/java_sdk_test.go +++ b/sdk/java_sdk_test.go @@ -211,6 +211,7 @@ func TestBasicSdkWithJavaLibrary(t *testing.T) { uses_sdks: ["mysdk@1"], key: "myapex.key", certificate: ":myapex.cert", + updatable: false, } apex { @@ -219,6 +220,7 @@ func TestBasicSdkWithJavaLibrary(t *testing.T) { uses_sdks: ["mysdk@2"], key: "myapex.key", certificate: ":myapex.cert", + updatable: false, } `) |