Skip to content

Commit e8e2852

Browse files
Update apirunner/apirunner.go
1 parent 82b620e commit e8e2852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apirunner/apirunner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func executeAPIandCalculate(profileName string, apiURL string, command string, p
126126
var totalTime float64
127127
var count float64
128128
getRequestList := map[string]struct{}{"isaccountallowedtocreateofferingswithtags": {}, "readyforshutdown": {}, "cloudianisenabled": {}, "quotabalance": {},
129-
"quotasummary": {}, "quotatarifflist": {}, "quotaisenabled": {}, "quotastatement": {}}
129+
"quotasummary": {}, "quotatarifflist": {}, "quotaisenabled": {}, "quotastatement": {}, "verifyoauthcodeandgetuser": {}}
130130
_, isInGetRequestList := getRequestList[command]
131131
isGetRequest, _ := regexp.MatchString("^(get|list|query|find)(\\w+)+$", command)
132132

0 commit comments

Comments
 (0)