Skip to content

Commit

Permalink
Add another USP-RPS model
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspence committed Feb 28, 2023
1 parent 9b8202c commit 66f5b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/resource_device_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ func allocateDevice(t *testing.T) (string, func()) {
continue
}

// The USP-RPS isn't really a switch.
if device.Model == "USPRPS" {
// The USP-RPS and USP-RPS-Pro aren't really switches.
if device.Model == "USPRPS" || device.Model == "USPRPSP" {
continue
}

Expand Down

0 comments on commit 66f5b4b

Please sign in to comment.