Skip to content

Commit c3d7f6b

Browse files
authored
Merge pull request #110 from Brugman/feature/skip-is-good
Display skipped test as success
2 parents 6c33742 + e87ed3d commit c3d7f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/js/RollbarWordpressSettings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,13 @@
195195
if (php_config.php_logging_enabled) {
196196
logThroughPhp(php_config);
197197
} else {
198-
failNotice("Skipped testing PHP logging since it is disabled.");
198+
successNotice("Skipped testing PHP logging since it is disabled.");
199199
}
200200

201201
if (js_logging_enabled) {
202202
logThroughJs(client_side_access_token, environment, logging_level);
203203
} else {
204-
failNotice("Skipped testing JS logging since it is disabled.");
204+
successNotice("Skipped testing JS logging since it is disabled.");
205205
}
206206

207207
});

0 commit comments

Comments
 (0)