Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Oct 17, 2023
1 parent c6fbc6b commit b0ab79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytestdlib/resolver/k8s_resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (*fakeConn) NewServiceConfig(serviceConfig string) {

func TestBuilder(t *testing.T) {
k8sClient := testclient.NewSimpleClientset()
builder := NewBuilder(k8sClient, "test")
builder := NewBuilder(context.Background(), k8sClient, "test")
fc := &fakeConn{
cmp: make(chan struct{}),
}
Expand Down

0 comments on commit b0ab79e

Please sign in to comment.