Skip to content

Commit

Permalink
fix: mongodbapp generation call api route
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelbrayelle committed Mar 18, 2022
1 parent 47e9346 commit baa46d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ elif [[ $application == 'mongodbapp' ]]; then
springboot
sonar_back

callApi "/api/servers/spring-boot/databases/mongodbapp"
callApi "/api/servers/spring-boot/databases/mongodb"

elif [[ $application == 'angularapp' ]]; then
springboot
Expand Down

0 comments on commit baa46d5

Please sign in to comment.