mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 17:08:24 -04:00
remove api keys from codebase
these are just used for tests so don't need to look like real api keys.
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
|
|
||||||
<h2 class="heading-large">API key</h2>
|
<h2 class="heading-large">API key</h2>
|
||||||
|
|
||||||
{{ api_key('d30512af92e1386d63b90e5973b49a10') }}
|
{{ api_key('00000000-0000-0000-0000-000000000000') }}
|
||||||
|
|
||||||
|
|
||||||
<h2 class="heading-large">Formatted list</h2>
|
<h2 class="heading-large">Formatted list</h2>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ describe('API key', () => {
|
|||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
||||||
apiKey = 'admin-service-6658542f-0cad-491f-bec8-ab8457700ead-53c0c274-8e83-48f1-8448-598657bb39af';
|
apiKey = '00000000-0000-0000-0000-000000000000';
|
||||||
thing = 'API key';
|
thing = 'API key';
|
||||||
|
|
||||||
// mock sticky JS
|
// mock sticky JS
|
||||||
|
|||||||
Reference in New Issue
Block a user