Skip to content

Commit c4e6dbf

Browse files
authored
Update guidance page fixture (canada-ca#2043)
This commit updates the test data to use a string instead of the old int value, fixing an error visible in the tests where `status.toUpperCase()` was called on the number `2`.
1 parent 2e9a5f5 commit c4e6dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/fixtures/dmarcGuidancePageData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const rawDmarcGuidancePageData = {
88
ssl: 'PASS',
99
__typename: 'DomainStatus',
1010
},
11-
dmarcPhase: 2,
11+
dmarcPhase: 'deploy',
1212
web: {
1313
https: {
1414
edges: [

0 commit comments

Comments
 (0)