diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d05d90..e74475a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Install Maestro uses: dniHze/maestro-test-action@bda8a93211c86d0a05b7a4597c5ad134566fbde4 # pin@v1.0.0 with: - maestro-version: ${{env.MAESTRO_VERSION}} + version: ${{env.MAESTRO_VERSION}} - name: Run tests uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # pin@v2.33.0 diff --git a/src/config.ts b/src/config.ts index e2439aa..5fc10ea 100644 --- a/src/config.ts +++ b/src/config.ts @@ -6,5 +6,5 @@ export const DSN = // 'https://1df17bd4e543fdb31351dee1768bb679@o447951.ingest.sentry.io/5428561'; export const BACKEND_URL = - 'https://application-monitoring-flask-dot-sales-engineering-sf.appspot.com'; + 'https://flask.empower-plant.com'; // 'http://127.0.0.1:8080'; // for local flask backend