File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/integration/microservices Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ const autoStoreRegister = ({ store }) => {
1010
1111export default defineNuxtPlugin ( ( nuxtApp ) => {
1212 nuxtApp . $pinia . use ( autoStoreRegister )
13- console . log ( "[AUTOREGISTER PLUGIN] Loaded automatically from OpenGeodeWeb-Front" )
13+ console . log (
14+ "[AUTOREGISTER PLUGIN] Loaded automatically from OpenGeodeWeb-Front" ,
15+ )
1416} )
Original file line number Diff line number Diff line change 55# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
66#
77
8- opengeodeweb-back == 5.* ,>= 5.10.5
Original file line number Diff line number Diff line change 55# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
66#
77
8- opengeodeweb-viewer == 1.* ,>= 1.11.4
You can’t perform that action at this time.
0 commit comments