We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf8eaa commit 6fc08abCopy full SHA for 6fc08ab
src/test/java/com/fusiondb/studio/api/UserIT.java
@@ -81,10 +81,10 @@ public void disableUser() {
81
then().
82
statusCode(SC_NO_CONTENT);
83
84
- // get user
+ // 3. get user
85
final ExtractableResponse<Response> userResponse = getUser(userId);
86
87
- // check they are now disabled
+ // 4. check they are now disabled
88
assertFalse(userResponse.jsonPath().getBoolean("enabled"));
89
}
90
0 commit comments