Skip to content

Commit 8f0ca5b

Browse files
committed
run JD component test
1 parent 8a983e6 commit 8f0ca5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/components/jd/jd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// here we only test that we can boot up JD
1515
// client examples are under "examples" dir
1616
// since JD is private this env var should be set locally and in CI
17-
func TestJD(t *testing.T) {
17+
func TestComponentDockerJD(t *testing.T) {
1818
err := framework.DefaultNetwork(&sync.Once{})
1919
require.NoError(t, err)
2020
pgOut, err := postgres.NewPostgreSQL(&postgres.Input{

0 commit comments

Comments
 (0)