Skip to content

Commit

Permalink
Update test for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlv committed Nov 25, 2024
1 parent 35596f4 commit bf1bfc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Test/testApp.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ package main

import (
"fmt"
"github.com/sirupsen/logrus"
"net/http"
"net/url"
"os"
trsapi "github.com/Cray-HPE/hms-trs-app-api/v2/pkg/trs_http_api"
"strconv"
"strings"
"time"

trsapi "github.com/Cray-HPE/hms-trs-app-api/v3/pkg/trs_http_api"
"github.com/sirupsen/logrus"
)

type PayloadData struct {
Expand Down

0 comments on commit bf1bfc1

Please sign in to comment.