Skip to content

Commit

Permalink
CASMHMS-5678: Update failing tests to account for the following chang…
Browse files Browse the repository at this point in the history
…e in

the latest version of gorilla/mux: gorilla/mux#712
  • Loading branch information
jwlv committed Jan 15, 2025
1 parent 3b80901 commit 0b9be65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License
#
# (C) Copyright [2022-2024] Hewlett Packard Enterprise Development LP
# (C) Copyright [2022-2025] Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -65,7 +65,7 @@ stages:
method: PATCH
verify: !bool "{verify}"
response:
status_code: 405
status_code: 404

- name: Ensure that power-status correctly handles unsupported DELETE operations
request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License
#
# (C) Copyright [2023] Hewlett Packard Enterprise Development LP
# (C) Copyright [2023,2025] Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -51,7 +51,7 @@ stages:
method: PATCH
verify: !bool "{verify}"
response:
status_code: 405
status_code: 404

---
test_name: Verify transitions handles requests for non-present nodes
Expand Down

0 comments on commit 0b9be65

Please sign in to comment.