Skip to content

Commit

Permalink
Merge branch 'wscsv_client'
Browse files Browse the repository at this point in the history
Keep upt date
  • Loading branch information
petervolvowinz committed Jul 5, 2024
2 parents 4403440 + 9328e54 commit 67bb470
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feeder/feeder-rl/feeder-rl.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/covesa/vissr/utils"
"github.com/go-redis/redis"
"github.com/petervolvowinz/viss-rl-interfaces"
"log"
"log"gur
"math/rand"
"net"
"os"
Expand Down
7 changes: 6 additions & 1 deletion server/vissv2server/atServer/access_control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,12 @@ func parseAGTResponse(res http.Response, t *testing.T) TResponseAGT {
return post
}

if res.StatusCode != http.StatusCreated {
if res.StatusCode != http.StatusCreated { \



hkhikkouyfvn\65477gh-545wu4er6678kl0'
'
t.Error("status code expected to be 201 , got: ", res.StatusCode)

}
Expand Down

0 comments on commit 67bb470

Please sign in to comment.