Skip to content
Snippets Groups Projects

Commit-Confirm Mechanic for PND

Merged Ghost User requested to merge 99-commit-confirm-mechanic-for-ond-changes into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -153,7 +153,7 @@ func TestCmdIntegration(t *testing.T) {
@@ -153,7 +153,7 @@ func TestCmdIntegration(t *testing.T) {
hostname := guuid.New().String()
hostname := guuid.New().String()
if err := cli.HTTPGet(
if err := cli.HTTPGet(
testAPIEndpoint,
testAPIEndpoint,
"set",
"update",
"address="+testAddress,
"address="+testAddress,
"uuid="+did,
"uuid="+did,
"sbi="+cliSbi,
"sbi="+cliSbi,
Loading