Skip to content

Commit c19dddd

Browse files
fix: test scala for spark-connector tests
1 parent 128b855 commit c19dddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hugegraph-spark-connector/src/test/scala/org/apache/hugegraph/spark/connector/SinkExampleTest.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ class SinkExampleTest {
7979
.option("host", DEFAULT_HOST)
8080
.option("port", DEFAULT_PORT)
8181
.option("graph", DEFAULT_GRAPH)
82+
.option("username", "admin")
83+
.option("password", "pa")
8284
.option("data-type", "vertex")
8385
.option("label", "person")
8486
.option("id", "name")

0 commit comments

Comments
 (0)