Skip to content

Commit

Permalink
Add test for api_management path validation
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyi-joffre committed Jun 24, 2020
1 parent 3a0321a commit 4e12fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azurerm/helpers/validate/api_management_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ func TestAzureRMApiManagementApiPath_validation(t *testing.T) {
Value: "api1/sub",
ErrCount: 0,
},
{
Value: ".well-known",
ErrCount: 0,
},
{
Value: s.Repeat("x", 401),
ErrCount: 1,
Expand Down

0 comments on commit 4e12fae

Please sign in to comment.