Skip to content

Commit

Permalink
Merge pull request #69 from ananjaykumar2/main
Browse files Browse the repository at this point in the history
fixed Junit test
  • Loading branch information
ananjaykumar2 authored May 9, 2024
2 parents 843ad6d + c5dda6f commit 57635ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ void testPocess4OgcSuccess(VertxTestContext vertxTestContext) {
.put(USER_ID, "userid")
.put(PRIMARY_KEY, "primary_key")
.put(ID, "id")
.put(PROVIDER_ID, "providerId")
.put(PROVIDER_Id, "providerId")
.put(RESOURCE_GROUP, "respourceGroup")
.put(API, "api")
.put(EPOCH_TIME, 5000)
Expand Down

0 comments on commit 57635ab

Please sign in to comment.