Skip to content

Commit

Permalink
ws server unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robdiciuccio committed Mar 13, 2021
1 parent 1ecf689 commit dc968bc
Show file tree
Hide file tree
Showing 7 changed files with 5,546 additions and 275 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
},
"streamPrefix": "async-events-",
"jwtSecret": "CHANGE-ME",
"jwtCookieName": "async-token",
"debug": true
"jwtCookieName": "async-token"
}
11 changes: 11 additions & 0 deletions superset-websocket/config.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"redis": {
"port": 6379,
"host": "127.0.0.1",
"password": "",
"db": 10
},
"streamPrefix": "test-async-events-",
"jwtSecret": "test123-test123-test123-test123-test123-test123-test123",
"jwtCookieName": "test-async-token"
}
Loading

0 comments on commit dc968bc

Please sign in to comment.