emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/webpaste 3d639f1 256/298: Merge branch 'fix-undercover'


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 3d639f1 256/298: Merge branch 'fix-undercover'
Date: Thu, 9 Dec 2021 19:00:25 -0500 (EST)

branch: elpa/webpaste
commit 3d639f11309d20bd05bb1c8e73125dc93dc4a701
Merge: bd38635 22f64b7
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    Merge branch 'fix-undercover'
---
 Makefile                                     |  2 +-
 tests/integration/test-webpaste-providers.el | 10 +++++-----
 webpaste.el                                  |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 86014ee..9b58845 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ EMACS ?= emacs
 CASK ?= cask
 
 ifeq ($(TRAVIS),true)
-       PATTERN=--pattern 'ci: can paste with'
+       PATTERN=--pattern '\[ci\]'
 endif
 
 all: test
diff --git a/tests/integration/test-webpaste-providers.el 
b/tests/integration/test-webpaste-providers.el
index 2cebaed..be7dd6c 100644
--- a/tests/integration/test-webpaste-providers.el
+++ b/tests/integration/test-webpaste-providers.el
@@ -19,7 +19,7 @@
 
 
  (it
-  "ci: can paste with ix.io"
+  "can paste with ix.io [ci]"
 
   (funcall (webpaste--get-provider-by-name "ix.io") paste-message :sync t)
 
@@ -28,7 +28,7 @@
 
 
  (it
-  "ci: can paste with dpaste.com"
+  "can paste with dpaste.com [ci]"
 
   (funcall (webpaste--get-provider-by-name "dpaste.com") paste-message :sync t)
 
@@ -37,7 +37,7 @@
 
 
  (it
-  "ci: can paste with dpaste.de"
+  "can paste with dpaste.de [ci]"
 
   (funcall (webpaste--get-provider-by-name "dpaste.de") paste-message :sync t)
 
@@ -46,7 +46,7 @@
 
 
  (it
-  "local: can paste with gist.github.com"
+  "can paste with gist.github.com [local]"
 
   ;; Override function to extract filename from a filepath, otherwise it breaks
   ;; during integration tests
@@ -59,7 +59,7 @@
 
 
  (it
-  "ci: can paste with paste.pound-python.org"
+  "can paste with paste.pound-python.org [ci]"
 
   (funcall (webpaste--get-provider-by-name "paste.pound-python.org") 
paste-message :sync t)
 
diff --git a/webpaste.el b/webpaste.el
index 375ca2e..2dfb174 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -205,7 +205,7 @@ precalculated, and also available both for pre and post 
request access.")
                  (webpaste--paste-text text))))
 
 
-(cl-defun webpaste--providers-error-lambda-no-failover (&rest)
+(cl-defun webpaste--providers-error-lambda-no-failover (&rest _)
   "Predefined error callback for providers that shouldn't do failover."
   (cl-function (lambda (&key error-thrown &allow-other-keys)
                  (message "Got error: %S" error-thrown))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]