19 lines
556 B
Bash
Executable File
19 lines
556 B
Bash
Executable File
export USER=betot75403@isorax.com
|
|
export PASSWORD=qqQQ11!!
|
|
export COGNITO_DOMAIN=https://us-east-21y6po8rr8.auth.us-east-2.amazoncognito.com
|
|
export AWS_REGION=us-east-2
|
|
export COGNITO_CLIENT_SECRET=aaknqeq9ajr07qjch4tkq38ulghvn2i8v7tn3d2fcv44uevfemf
|
|
export COGNITO_USER_POOL_ID=us-east-2_1y6po8rR8
|
|
export COGNITO_CLIENT_ID=552cqkf3640t39ncehkmgpce31
|
|
export DEBUG=true
|
|
export HEADLESS=false
|
|
export ENABLE_AUTH_TESTS=true
|
|
|
|
# run test without flags
|
|
#go test -v -timeout 3m
|
|
|
|
# Run the test with the manual flag
|
|
go test -tags manual_auth_tests -v -timeout 3m
|
|
|
|
|