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
cd20bc6b
Commit
cd20bc6b
authored
Dec 24, 2021
by
龚小红
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into Feature/20211215-gxh
parents
f59629db
55f123b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Upload.java
src/test/java/com/kjj/cases/assistant/homePage/Upload.java
+1
-1
No files found.
src/test/java/com/kjj/cases/assistant/homePage/Upload.java
View file @
cd20bc6b
...
@@ -30,7 +30,7 @@ public class Upload implements Authorization {
...
@@ -30,7 +30,7 @@ public class Upload implements Authorization {
Map
<
String
,
Object
>
params
=
new
HashMap
<>();
Map
<
String
,
Object
>
params
=
new
HashMap
<>();
params
.
put
(
"type"
,
1
);
params
.
put
(
"type"
,
1
);
Response
response
=
network
.
getResponse
(
params
,
Daily_getHomeConf
);
Response
response
=
network
.
getResponse
(
params
,
Daily_getHomeConf
);
Object
resourceLocatorName
=
response
.
jsonPath
().
getJsonObject
(
"data.get(
4
).resourceLocatorName"
);
Object
resourceLocatorName
=
response
.
jsonPath
().
getJsonObject
(
"data.get(
3
).resourceLocatorName"
);
Assert
.
assertEquals
(
resourceLocatorName
,
"上传链接"
,
network
.
message
(
params
,
Daily_getHomeConf
,
"获取上传链接配置失败"
,
response
.
body
().
asString
()));
Assert
.
assertEquals
(
resourceLocatorName
,
"上传链接"
,
network
.
message
(
params
,
Daily_getHomeConf
,
"获取上传链接配置失败"
,
response
.
body
().
asString
()));
}
}
@Test
(
description
=
"爬虫支持的域名"
,
priority
=
2
)
@Test
(
description
=
"爬虫支持的域名"
,
priority
=
2
)
...
...
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