mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 08:09:51 -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>
|
||||
|
||||
{{ api_key('d30512af92e1386d63b90e5973b49a10') }}
|
||||
{{ api_key('00000000-0000-0000-0000-000000000000') }}
|
||||
|
||||
|
||||
<h2 class="heading-large">Formatted list</h2>
|
||||
|
||||
@@ -17,7 +17,7 @@ describe('API key', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
apiKey = 'admin-service-6658542f-0cad-491f-bec8-ab8457700ead-53c0c274-8e83-48f1-8448-598657bb39af';
|
||||
apiKey = '00000000-0000-0000-0000-000000000000';
|
||||
thing = 'API key';
|
||||
|
||||
// mock sticky JS
|
||||
|
||||
Reference in New Issue
Block a user