Skip to content

Add tests for archive API for projects with dots in path

Thong Kuah requested to merge add_tests_projects_with_dots into master

What does this MR do?

Add tests for archive API for projects with dots in path so that it won't re-occur

The issue is that the requirement: for the route was clobbering the requirement: for the containing namespace. This was since fixed in https://github.com/ruby-grape/grape/pull/1788, and pulled in !33450 (merged).

Closes #224669 (closed)

Edited by Thong Kuah

Merge request reports