Skip to content

Commit e524b5f

Browse files
committed
Fixed missing cookie setting for unit tests
1 parent 2bff993 commit e524b5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/api-service/lowcoder-server/src/test/resources/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ demo:
1717
port: 3306
1818
timeout: 100
1919
username: 123
20-
host: localhost
20+
host: localhost
21+
22+
common:
23+
cookie-name: UT-TACO-TOKEN

0 commit comments

Comments
 (0)