Skip to content

Commit 4715097

Browse files
author
Bilal Boussayoud
authored
fix: fix sendgrid-java unit tests (#713)
* switch to non-SAN cert for unit tests
1 parent f461b4d commit 4715097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test-integ: test
1717

1818
version ?= latest
1919
test-docker:
20-
curl -s https://raw.githubusercontent.com/sendgrid/sendgrid-oai/HEAD/prism/prism.sh -o prism.sh
20+
curl -s https://raw.githubusercontent.com/sendgrid/sendgrid-oai/HEAD/prism/prism-java.sh -o prism.sh
2121
version=$(version) bash ./prism.sh
2222

2323
clean:

0 commit comments

Comments
 (0)