mirror of
https://github.com/usbharu/Hideout.git
synced 2026-08-03 19:54:30 +00:00
test: 不要なテストを削除
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user