Skip to content

Commit

Permalink
test(modules): Update demo store Firebase project ID on test endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jul 8, 2023
1 parent d32ae40 commit cbceca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/tests/modules.test.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'node:assert';
import test, { describe } from 'node:test';

const baseUrl = 'http://127.0.0.1:5001/ecom2-003/us-east4/modules';
const baseUrl = 'http://127.0.0.1:5001/ecom2-demo/us-east4/modules';

describe('Test Schemas', async () => {
test('@checkout', async (/* t */) => {
Expand Down

0 comments on commit cbceca1

Please sign in to comment.