This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new d626da4 Remove redundant test code (#4651)
d626da4 is described below
commit d626da4352f43098bfe03fdca85a5a231bfc5e45
Author: Seonghyun Oh <[email protected]>
AuthorDate: Tue Oct 1 13:25:44 2019 +0900
Remove redundant test code (#4651)
---
.../apache/openwhisk/core/controller/test/PackagesApiTests.scala | 6 ------
1 file changed, 6 deletions(-)
diff --git
a/tests/src/test/scala/org/apache/openwhisk/core/controller/test/PackagesApiTests.scala
b/tests/src/test/scala/org/apache/openwhisk/core/controller/test/PackagesApiTests.scala
index 8117993..5d1ecca 100644
---
a/tests/src/test/scala/org/apache/openwhisk/core/controller/test/PackagesApiTests.scala
+++
b/tests/src/test/scala/org/apache/openwhisk/core/controller/test/PackagesApiTests.scala
@@ -295,12 +295,6 @@ class PackagesApiTests extends ControllerTestCommon with
WhiskPackagesApi {
val response = responseAs[WhiskPackageWithActions]
response should be(provider withActions ())
}
-
- Get(s"$collectionPath/${provider.name}") ~> Route.seal(routes(creds)) ~>
check {
- status should be(OK)
- val response = responseAs[WhiskPackageWithActions]
- response should be(provider withActions ())
- }
}
it should "get package reference for private package in same namespace" in {