Skip to content

Commit

Permalink
update application binray name in intg test
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Jul 1, 2024
1 parent 1ae1625 commit 8940c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (

const (
appGoCounterKustomize = "https://github.com/bpfman/bpfman/examples/config/default/go-app-counter/?timeout=120&ref=main"
appGoCounterUserspaceNs = "go-application-counter"
appGoCounterUserspaceDsName = "go-application-counter-ds"
appGoCounterUserspaceNs = "go-app-counter"
appGoCounterUserspaceDsName = "go-app-counter-ds"
)

func TestApplicationGoCounter(t *testing.T) {
Expand Down

0 comments on commit 8940c9a

Please sign in to comment.