mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
test: fill become_key_id
This commit is contained in:
parent
96d0c2ee62
commit
4a04b9df58
@ -209,6 +209,7 @@ func alterRequestBody(t *trans.Transaction) {
|
||||
bodyFieldProcessor("json", "{}", &request)
|
||||
if userKey != nil {
|
||||
bodyFieldProcessor("ssh_key_id", userKey.ID, &request)
|
||||
bodyFieldProcessor("become_key_id", userKey.ID, &request)
|
||||
}
|
||||
bodyFieldProcessor("environment_id", environmentID, &request)
|
||||
bodyFieldProcessor("inventory_id", inventoryID, &request)
|
||||
|
Loading…
Reference in New Issue
Block a user