Skip to content

Commit

Permalink
Fixing the string in test verification
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy-Yao <[email protected]>
  • Loading branch information
tyao117 committed Jan 16, 2024
1 parent 9cf16be commit 7a64a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11824,7 +11824,7 @@ var _ = Describe(`SecurityAndComplianceCenterApiV3`, func() {
})
})
Describe(`GetProviderTypeByID(getProviderTypeByIdOptions *GetProviderTypeByIdOptions) - Operation response error`, func() {
getProviderTypeByIDPath := "instances/testInstance/v3/provider_types/testString"
getProviderTypeByIDPath := "/instances/testInstance/v3/provider_types/testString"
Context(`Using mock server endpoint with invalid JSON response`, func() {
BeforeEach(func() {
testServer = httptest.NewServer(http.HandlerFunc(func(res http.ResponseWriter, req *http.Request) {
Expand Down

0 comments on commit 7a64a67

Please sign in to comment.