Skip to content

Commit

Permalink
RestAssured fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dubee committed Jun 5, 2019
1 parent 04dfe81 commit 2946b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package org.apache.openwhisk.core.cli.test

import com.jayway.restassured.RestAssured
import io.restassured.RestAssured

import java.io.File
import java.io.BufferedWriter
Expand All @@ -27,8 +27,8 @@ import org.junit.runner.RunWith

import org.scalatest.junit.JUnitRunner

import com.jayway.restassured.config.RestAssuredConfig
import com.jayway.restassured.config.SSLConfig
import io.restassured.config.RestAssuredConfig
import io.restassured.config.SSLConfig

import common.TestUtils._
import common.TestUtils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package org.apache.openwhisk.core.cli.test

import com.jayway.restassured.RestAssured
import io.restassured.RestAssured

import common.{TestUtils, Wsk}
import common.TestUtils._
Expand Down

0 comments on commit 2946b56

Please sign in to comment.