Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/reporting/protocols_report.rb
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any test coverage for this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's test coverage, but it's hard to test this stuff e2e since we have to stub out the cloudwatch requests. next time i'm in this code, i'll see if i can set up some spies or something to ensure the queries look as expected

Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def saml_signature_query
QUERY
end

def fetch_uniq_issuers(query)
def fetch_uniq_issuers(query:)
by_uniq_issuers(
cloudwatch_client.fetch(
query:,
Expand Down