Skip to content

Commit

Permalink
Merge branch 'develop' into codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rococodogs authored Jan 7, 2025
2 parents 21afc3d + a432eea commit 09edfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/spot_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ def parse_authority_response(raw_response)
def index_for_authority(authority)
return authority if authority == 'idroot'

super
Qa::Authorities::AssignFastSubauthority::SUBAUTHORITIES[authority]
end

def subauthorities
super + ['idroot']
Qa::Authorities::AssignFastSubauthority::SUBAUTHORITIES.keys + ['idroot']
end
end
end

0 comments on commit 09edfad

Please sign in to comment.