Skip to content

Commit

Permalink
Standardized function name
Browse files Browse the repository at this point in the history
Signed-off-by: Maksimczuk <[email protected]>
  • Loading branch information
justinmaks committed Jan 9, 2025
1 parent e6929cd commit d32208f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/ucp/resources/id_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,8 @@ func Test_ParseProviderScope(t *testing.T) {
}
}

func Fuzz_ResourceIDS(f *testing.F) {
// Fuzz testing function for resource IDs to ensure user input is handled correctly.
func Fuzz_ResourceIDs(f *testing.F) {
f.Add("/planes/radius/local/resourceGroups/test-rg/providers/Applications.Datastores/mongoDatabases/mongo-database-0")
f.Fuzz(func(t *testing.T, id string) {
_, _ = Parse(id)
Expand Down

0 comments on commit d32208f

Please sign in to comment.