Skip to content

Use string to access FF information in hash

Josianne Hyson requested to merge jh/change_attribute_lookup into master

Previously this was failing to access the file path because it was looking for a symbol key. The data is returned with string keys, so use that instead.

See pipeline failure here: https://ops.gitlab.net/gitlab-com/chatops/-/jobs/11477298

Merge request reports