Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit c173c59

Browse files
dubeefalkzoll
authored andcommitted
Fix test compile (#88)
1 parent 7c44d37 commit c173c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/test/scala/system/basic/WskBasicIBMPythonTests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package system.basic
1818

1919
import common.{JsHelpers, TestHelpers, TestUtils, WhiskProperties, WskActorSystem, WskProps, WskTestHelpers}
2020
import common.rest.WskRestOperations
21-
import org.apache.openwhisk.core.entity.WhiskAction
21+
import org.apache.openwhisk.core.entity.Annotations
2222
import org.junit.runner.RunWith
2323
import org.scalatest.junit.JUnitRunner
2424
import org.scalatest.Matchers
@@ -94,7 +94,7 @@ class WskBasicIBMPythonTests extends TestHelpers with WskTestHelpers with Matche
9494
name,
9595
Some(TestUtils.getTestActionFilename("stdenv.py")),
9696
kind = Some(kind),
97-
annotations = Map(WhiskAction.provideApiKeyAnnotationName -> JsBoolean(true)))
97+
annotations = Map(Annotations.ProvideApiKeyAnnotationName -> JsBoolean(true)))
9898
}
9999

100100
withActivation(wsk.activation, wsk.action.invoke(name)) { activation =>

0 commit comments

Comments
 (0)