Skip to content

Commit

Permalink
no change
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto committed Jun 14, 2023
1 parent 598ef78 commit 532ed97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static SingleTypeInfo generateSingleTypeInfo(String param, Boolean isHead

@Test
public void test1(){
ApiInfo apiInfo = new ApiInfo(ACCOUNT_ID, "/api", Method.POST);
ApiInfo apiInfo = new ApiInfo(ACCOUNT_ID, "/api", Method.POST);
Set<Set<ApiInfo.AuthType>> authTypes = new HashSet<>();
Set<ApiInfo.AuthType> types = new HashSet<>();
types.add(ApiInfo.AuthType.UNAUTHENTICATED);
Expand Down

0 comments on commit 532ed97

Please sign in to comment.