Skip to content

Feature/update cli #277

Feature/update cli

Feature/update cli #277

GitHub Actions / Test Results failed Feb 9, 2024 in 0s

1 fail, 25 pass in 0s

26 tests   25 ✔️  0s ⏱️
  4 suites    0 💤
  2 files      1

Results for commit 287280b.

Annotations

Check warning on line 0 in ./invalidCreateServer.bats

See this annotation in the file changed.

@github-actions github-actions / Test Results

Run server provision command with invalid credentials (./invalidCreateServer.bats) failed

test-results/Component Test Results/report.xml
Raw output
(from function `assert_output' in file ././support/common/../lib/bats-assert/src/assert.bash, line 255,
 in test file ./invalidCreateServer.bats, line 62)
  `assert_output "$expectedOutputCredentialError"' failed

-- output differs --
expected : Error: Post "https://api.phoenixnap.com/bmc/v1/servers?force=false": oauth2: "invalid_client" "Invalid client credentials"
actual   : Error: Command 'create server' has been performed, but something went wrong. Error code: 0303
--