Skip to content

Commit

Permalink
Update delete resource test
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyphu committed Aug 13, 2024
1 parent 249b34e commit fb1a12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/com/workos/test/fga/FgaApiTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ class FgaApiTest : TestBase() {
nextScenarioState = "Success state"
)

assertFailsWith<GenericServerException> {
assertDoesNotThrow() {
workos.fga.deleteResource("user", "user_123")
}
}
Expand Down

0 comments on commit fb1a12b

Please sign in to comment.