Skip to content

Commit e51e367

Browse files
committed
rename
1 parent f5b8e25 commit e51e367

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/cac/storage/tenant_storage_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ mechanism: sms`, string(bts))
151151
},
152152
},
153153
WebauthnSettings: &models.WebAuthnSettings{
154-
RpID: "marksandspencer.com",
155-
RpOrigins: []string{"https://www.sit2.marksandspencer.com"},
154+
RpID: "example.com",
155+
RpOrigins: []string{"https://www.sit2.example.com"},
156156
},
157157
},
158158
},
@@ -175,9 +175,9 @@ public_registration_allowed: false
175175
second_factor_threshold: 0
176176
system: false
177177
webauthn_settings:
178-
rp_id: marksandspencer.com
178+
rp_id: example.com
179179
rp_origins:
180-
- https://www.sit2.marksandspencer.com`, string(bts))
180+
- https://www.sit2.example.com`, string(bts))
181181
},
182182
},
183183
{

0 commit comments

Comments
 (0)