Skip to content

Commit 40016eb

Browse files
test: Update project response structure in upload_test.go
Co-Authored-By: [email protected] <[email protected]>
1 parent 00a85da commit 40016eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sourcemaps/upload_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func TestRunE(t *testing.T) {
290290
mockClient := &mockResourcesClient{
291291
responses: map[string][]byte{
292292
"/api/v2/caller-identity": []byte(`{"AccountID":"account123"}`),
293-
"/api/v2/projects/test-project": []byte(`{"Items":[{"_id":"project123"}]}`),
293+
"/api/v2/projects/test-project": []byte(`{"_id":"project123"}`),
294294
},
295295
}
296296

0 commit comments

Comments
 (0)