Skip to content

Commit

Permalink
Add missing tests for sharding testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
gusah009 committed Jul 27, 2024
1 parent 7022723 commit 6982a77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/sharding/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@ func TestAdminRPCServerBackendWithShardedDB(t *testing.T) {
testcases.RunAdminLoginTest(t, testAdminClient)
})

t.Run("admin delete account test", func(t *testing.T) {
testcases.RunAdminDeleteAccountTest(t, testAdminClient)
})

t.Run("admin change password test", func(t *testing.T) {
testcases.RunAdminChangePasswordTest(t, testAdminClient)
})

t.Run("admin create project test", func(t *testing.T) {
testcases.RunAdminCreateProjectTest(t, testAdminClient, testAdminAuthInterceptor)
})
Expand Down

0 comments on commit 6982a77

Please sign in to comment.