Skip to content

Commit

Permalink
Merge pull request #1291 from qmonmert/fix/generate
Browse files Browse the repository at this point in the history
Fix calls in generate.sh
  • Loading branch information
pascalgrimaud authored Apr 8, 2022
2 parents f201f98 + 42e1486 commit 9941ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ elif [[ $application == 'fullapp' ]]; then
callApi "/api/servers/spring-boot/security-systems/jwt"
callApi "/api/servers/spring-boot/security-systems/jwt/basic-auth"
callApi "/api/servers/spring-boot/api-documentations/springdoc/init-with-security-jwt"
callApi "/api/servers/spring-boot/features"
callApi "/api/servers/spring-boot/features/dummy"

callApi "/api/servers/spring-boot/databases/postgresql"
callApi "/api/servers/spring-boot/features/user/postgresql"
Expand All @@ -113,7 +113,7 @@ elif [[ $application == 'mysqlapp' ]]; then
sonar_back

callApi "/api/servers/spring-boot/api-documentations/springdoc/init"
callApi "/api/servers/spring-boot/features"
callApi "/api/servers/spring-boot/features/dummy"

callApi "/api/servers/spring-boot/databases/mysql"
callApi "/api/servers/spring-boot/features/user/mysql"
Expand All @@ -127,7 +127,7 @@ elif [[ $application == 'mariadbapp' ]]; then
sonar_back

callApi "/api/servers/spring-boot/api-documentations/springdoc/init"
callApi "/api/servers/spring-boot/features"
callApi "/api/servers/spring-boot/features/dummy"

callApi "/api/servers/spring-boot/databases/mariadb"
callApi "/api/servers/spring-boot/features/user/mariadb"
Expand Down

0 comments on commit 9941ee5

Please sign in to comment.