Skip to content

Commit 84e0cf1

Browse files
committed
fixed jwt tests
1 parent d36ade9 commit 84e0cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
echo "Active endpoint: $ENDPOINT"
164164
JWT=$(curl "http://$ENDPOINT/_db/_system/_open/auth" -X POST -d '{"username":"root","password":"test"}' | jq ".jwt" | xargs)
165165
echo "Setting JWT: $JWT"
166-
sed -i "/arangodb.password/c\arangodb.jwt=$JWT" src/test/resources/arangodb.properties
166+
sed -i "/arangodb.password/c\arangodb.jwt=$JWT" driver/src/test/resources/arangodb.properties
167167
- name: Info
168168
run: mvn -version
169169
- name: Test

0 commit comments

Comments
 (0)