Skip to content

Commit

Permalink
Updated test file and pom
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.ditcher authored and chris.ditcher committed Aug 28, 2024
1 parent a453013 commit c677112
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
src/main/java/ca/bc/gov/educ/api/trax/model/**,
src/main/java/ca/bc/gov/educ/api/trax/util/**,
src/main/java/ca/bc/gov/educ/api/trax/repository/**
src/main/java/ca/bc/gov/educ/api/trax/mapper/**
</sonar.junit.exclusions>
<java.version>18</java.version>
<maven.compiler.version>3.10.1</maven.compiler.version>
Expand Down
7 changes: 7 additions & 0 deletions api/src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ endpoint:
url: https://school-api-75e61b-dev.apps.silver.devops.gov.bc.ca/api/v1/institute/category-codes
get-all-school-funding-group-codes:
url: https://school-api-75e61b-dev.apps.silver.devops.gov.bc.ca/api/v1/institute/funding-group-codes
student-admin:
school-details:
url: https://student-admin-8878b4-dev.apps.silver.devops.gov.bc.ca/institute/school/%s/details
district-details:
url: https://student-admin-8878b4-dev.apps.silver.devops.gov.bc.ca/district/%s
authority-details:
url: https://student-admin-8878b4-dev.apps.silver.devops.gov.bc.ca/authority/%s

# other properties
props:
Expand Down

0 comments on commit c677112

Please sign in to comment.