Skip to content

Commit 828d772

Browse files
committed
changes
1 parent 28c829f commit 828d772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/httpClient.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,11 @@ export default class httpClient {
115115

116116
uploadSnapshot(ctx: Context, snapshot: ProcessedSnapshot) {
117117
return this.request({
118-
url: `/builds/${ctx.build.id}/snapshot?async=true`,
118+
url: `/builds/${ctx.build.id}/snapshot`,
119119
method: 'POST',
120120
headers: { 'Content-Type': 'application/json' },
121121
data: {
122122
snapshot,
123-
async: false,
124123
test: {
125124
type: ctx.testType,
126125
source: 'cli'

0 commit comments

Comments
 (0)