updating drone.star file to run apiAccountsHashDifficulty test suit with default hash difficulty (#7059)

This commit is contained in:
nirajacharya2
2023-08-17 15:45:31 +05:45
committed by GitHub
parent 2c6faa8366
commit 809c64f823

View File

@@ -101,7 +101,6 @@ config = {
"localApiTests": {
"basic": {
"suites": [
"apiAccountsHashDifficulty",
"apiArchiver",
"apiContract",
"apiGraph",
@@ -114,6 +113,12 @@ config = {
],
"skip": False,
},
"apiAccountsHashDifficulty": {
"suites": [
"apiAccountsHashDifficulty",
],
"accounts_hash_difficulty": "default",
},
"apiNotification": {
"suites": [
"apiNotification",