mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-29 23:55:09 +08:00

* test: sign-up test are updated * test: fail test of version api is added * test: more test case over signup page is added * test: coverage is added * chore: auth json is updated * test: auth token and refresh token test is updated
38 lines
750 B
JSON
38 lines
750 B
JSON
{
|
|
"cookies": [],
|
|
"origins": [
|
|
{
|
|
"origin": "http://localhost:3301",
|
|
"localStorage": [
|
|
{
|
|
"name": "isSideBarCollapsed",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"name": "metricsTimeDurations",
|
|
"value": "{}"
|
|
},
|
|
{
|
|
"name": "i18nextLng",
|
|
"value": "en-US"
|
|
},
|
|
{
|
|
"name": "reactQueryDevtoolsSortFn",
|
|
"value": "\"Status > Last Updated\""
|
|
},
|
|
{
|
|
"name": "AUTH_TOKEN",
|
|
"value": "authtoken"
|
|
},
|
|
{
|
|
"name": "IS_LOGGED_IN",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"name": "REFRESH_AUTH_TOKEN",
|
|
"value": "refreshJwt"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |