mirror of https://github.com/usbharu/Hideout.git
test: 不要なテストを削除
This commit is contained in:
parent
5ff06b88f7
commit
e52064c330
|
@ -21,12 +21,6 @@ class OAuth2LoginTest {
|
|||
@LocalServerPort
|
||||
private var port = ""
|
||||
|
||||
@Karate.Test
|
||||
@TestFactory
|
||||
fun test(): Karate =
|
||||
Karate.run("test").scenarioName("invalid").relativeTo(javaClass).systemProperty("karate.port", port)
|
||||
.karateEnv("dev")
|
||||
|
||||
@Karate.Test
|
||||
@TestFactory
|
||||
fun `スコープwrite readを持ったトークンの作成`(): Karate {
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
Feature: test
|
||||
|
||||
Background:
|
||||
* url baseUrl
|
||||
|
||||
Scenario: test
|
||||
Given path '/api/v1/apps'
|
||||
When method get
|
||||
Then status 401
|
Loading…
Reference in New Issue