Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-deepsource committed Feb 8, 2024
1 parent 4105ad7 commit 389b250
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions command/report/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package report
import (
"context"
"crypto/tls"
"fmt"
"net/http"
"time"

Expand Down Expand Up @@ -115,7 +114,6 @@ func (c *Client) SendReportNew(input *CreateArtifactInput) (*CreateArtifactRespo
if err != nil {
return nil, err
}
fmt.Println(resp)
return &resp, nil
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"query": "mutation($input: CreateArtifactInput!) {\r\n createArtifact(input: $input) {\r\n ok\r\n message\r\n error\r\n }\r\n}",
"query": "mutation($input: CreateArtifactInput!) {\n\tcreateArtifact(input: $input) {\n\t\tok\n\t\tmessage\n\t\terror\n\t}\n}",
"variables": {
"input": {
"accessToken": "f59ab9314307",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"query": "mutation($input: CreateArtifactInput!) {\r\n createArtifact(input: $input) {\r\n ok\r\n message\r\n error\r\n }\r\n}",
"query": "mutation($input: CreateArtifactInput!) {\n\tcreateArtifact(input: $input) {\n\t\tok\n\t\tmessage\n\t\terror\n\t}\n}",
"variables": {
"input": {
"accessToken": "f59ab9314307",
Expand Down

0 comments on commit 389b250

Please sign in to comment.