Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oto
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
龚小红
oto
Commits
747fd5d1
Commit
747fd5d1
authored
Sep 02, 2021
by
龚小红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消直播权限的强校验
parent
651c3ddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PersonCard.java
src/test/java/com/kjj/cases/assistant/card/PersonCard.java
+1
-1
No files found.
src/test/java/com/kjj/cases/assistant/card/PersonCard.java
View file @
747fd5d1
...
...
@@ -880,7 +880,7 @@ public class PersonCard implements Authorization {
boolean
success
=
response
.
jsonPath
().
getBoolean
(
"success"
);
boolean
data
=
response
.
jsonPath
().
getBoolean
(
"data"
);
Assert
.
assertTrue
(
success
,
network
.
message
(
SELLERCARD_HASLIVEAUTH
,
"接口返回失败"
,
response
.
body
().
asString
()));
Assert
.
assert
True
(
data
,
network
.
message
(
SELLERCARD_HASLIVEAUTH
,
"权限直播错误
"
,
response
.
body
().
asString
()));
Assert
.
assert
NotNull
(
data
,
network
.
message
(
SELLERCARD_HASLIVEAUTH
,
"直播权限为空
"
,
response
.
body
().
asString
()));
}
@Test
(
description
=
"查看新手引导"
,
priority
=
41
)
//priorty 方法执行优先级
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment