aboutsummaryrefslogtreecommitdiff
path: root/tests/test_artifactory.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_artifactory.c')
-rw-r--r--tests/test_artifactory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c
index fadc9f1..7090fa6 100644
--- a/tests/test_artifactory.c
+++ b/tests/test_artifactory.c
@@ -115,7 +115,7 @@ int main(int argc, char *argv[]) {
// Skip this suite if we're not configured to use it
if (jfrt_auth_init(&gauth)) {
- SYSERROR("%s", "Not configured to test Artifactory. Skipping.");
+ SYSERROR("Not configured to test Artifactory. Skipping.");
guard_free(basedir);
return STASIS_TEST_SUITE_SKIP;
}