Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Feb 10, 2022
1 parent 88658e8 commit 122abfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v1/client/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ func TestGetClient(t *testing.T) {
t.Run("get direct client", func(t *testing.T) {
client, err := GetClient(ClientDirect, "testkube")
assert.NoError(t, err)
assert.Equal(t, "client.DirectScriptsAPI", fmt.Sprintf("%T", client))
assert.Equal(t, "client.DirectAPIClient", fmt.Sprintf("%T", client))
})
}

0 comments on commit 122abfb

Please sign in to comment.