forked from alphagov/notifications-java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEAM-1375 Dependency upgrades. Disabled a number of integration tests. (
#23)
- Loading branch information
Showing
8 changed files
with
67 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# https://github.com/department-of-Veterans-affairs/vets-api/blob/master/modules/va_notify/README.md#api-key-details | ||
# Use the service ID for the service "Client Library Integration Tests". The API key should be of type "test". | ||
export API_KEY="ddb7eeb7-f8d3-42f1-81ee-af81e0087a9c-<your API key for this service>" | ||
export API_SENDING_KEY="ddb7eeb7-f8d3-42f1-81ee-af81e0087a9c-<your API key for this service>" | ||
export INBOUND_SMS_QUERY_KEY="ddb7eeb7-f8d3-42f1-81ee-af81e0087a9c-<your API key for this service>" | ||
|
||
# The templates should contain a personalization for "name". | ||
export SMS_TEMPLATE_ID="23d09e35-3aa0-4412-95ae-6a41a1c7234b" | ||
export EMAIL_TEMPLATE_ID="0826c10d-1801-439a-a37f-a8727f7be0ad" | ||
|
||
export FUNCTIONAL_TEST_NUMBER=<your phone number> | ||
export FUNCTIONAL_TEST_EMAIL="<your e-mail address>" | ||
|
||
export SMS_SENDER_ID="<SMS sender UUID>" | ||
|
||
export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/" | ||
|
||
export NOTIFY_API_URL="https://dev-api.va.gov/vanotify" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters