Skip to content

Commit

Permalink
Added comment on CORE_API_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsdelmundo committed Feb 19, 2025
1 parent 93be22d commit 20cb93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion performance-testing/uid2-core/k6-test-core-ramping.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import http from 'k6/http';

const CORE_API_TOKEN = "UID2-O-L-999-dp9Dt0.JVoGpynN4J8nMA7FxmzsavxJa8B9H74y9xdEE=";
const CORE_API_TOKEN = "UID2-O-L-999-dp9Dt0.JVoGpynN4J8nMA7FxmzsavxJa8B9H74y9xdEE="; // Mock token for E2E tests
const CORE_BASE_URL = 'http://localhost:8088';

const AUTH_HEADERS = { headers: { 'Authorization': `Bearer ${CORE_API_TOKEN}` }};
Expand Down
2 changes: 1 addition & 1 deletion performance-testing/uid2-core/k6-test-core-static.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import http from 'k6/http';

const CORE_API_TOKEN = "UID2-O-L-999-dp9Dt0.JVoGpynN4J8nMA7FxmzsavxJa8B9H74y9xdEE=";
const CORE_API_TOKEN = "UID2-O-L-999-dp9Dt0.JVoGpynN4J8nMA7FxmzsavxJa8B9H74y9xdEE="; // Mock token for E2E tests
const CORE_BASE_URL = 'http://localhost:8088';

const AUTH_HEADERS = { headers: { 'Authorization': `Bearer ${CORE_API_TOKEN}` }};
Expand Down

0 comments on commit 20cb93f

Please sign in to comment.