Skip to content

Commit

Permalink
declare variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon Tojal authored and tandr committed Sep 28, 2021
1 parent 99edb83 commit 1a5e924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hubclient/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func TestCreateAndDeleteProject(t *testing.T) {
}

func TestAddClearHeaders(t *testing.T) {
apiCurrentUser := "/api/current-user"
client, err := NewWithSession("https://localhost", HubClientDebugTimings, 5*time.Second)
if err != nil {
t.Error(err)
Expand Down
1 change: 1 addition & 0 deletions hubclient/vulnerability-client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
)

func TestClient_GetVulnerability(t *testing.T) {
apiVulnerabilities := "/api/vulnerabilities"
client := createTestClient(t)
assert.NotNil(t, client, "unable to get client")

Expand Down

0 comments on commit 1a5e924

Please sign in to comment.