Skip to content

Commit

Permalink
use test.version as intended (but we were not using the response anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp committed Aug 11, 2023
1 parent f9cf698 commit 1847454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltgui/static/scripts/Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class API {
getLocalTestVersion (pNodegroup) {
const params = {
"client": "local",
"fun": "test.providers",
"fun": "test.version",
"tgt": "N@" + pNodegroup,
"tgt_type": "compound"
};
Expand Down

0 comments on commit 1847454

Please sign in to comment.