Skip to content

Commit 8f19cd5

Browse files
committed
fix lint
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
1 parent b28e429 commit 8f19cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exporter/loadbalancingexporter/resolver_k8s_validation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestConfigValidationWithK8sResolverOutsideCluster(t *testing.T) {
3535

3636
// This should NOT fail even when running outside a Kubernetes cluster
3737
// because the k8s client is not created until Start() is called
38-
exp, err := factory.CreateTraces(context.Background(), settings, cfg)
38+
exp, err := factory.CreateTraces(t.Context(), settings, cfg)
3939
require.NoError(t, err)
4040
require.NotNil(t, exp)
4141

0 commit comments

Comments
 (0)