Skip to content

Commit

Permalink
fixed test file
Browse files Browse the repository at this point in the history
Signed-off-by: Jasmin Gacic <jasmin.gacic@gmail.com>
  • Loading branch information
jasmingacic committed Apr 4, 2022
1 parent 216664d commit 1d581ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/kusk/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestGetApi(t *testing.T) {

func TestGetApis(t *testing.T) {
setup(t)
apis, err := testClient.GetApis()
apis, err := testClient.GetApis("default")
if err != nil {
t.Error(err)
t.Fail()
Expand Down

0 comments on commit 1d581ce

Please sign in to comment.