mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
/ticket/list/
This commit is contained in:
@@ -64,3 +64,16 @@ frisby.create '/ticket/update/'
|
||||
public: true
|
||||
.expectStatus 200
|
||||
.toss()
|
||||
|
||||
frisby.create '/ticket/list/'
|
||||
.post "#{baseUrl}/ticket/list/",
|
||||
status: 'open'
|
||||
.expectStatus 200
|
||||
.expectJSON '*',
|
||||
status: 'open'
|
||||
.expectJSONTypes '*',
|
||||
id: String
|
||||
title: String
|
||||
type: String
|
||||
updated_at: String
|
||||
.toss()
|
||||
|
||||
Reference in New Issue
Block a user