aboutsummaryrefslogtreecommitdiffhomepage
path: root/identity/identitytesting/identitytesting.go
diff options
context:
space:
mode:
Diffstat (limited to 'identity/identitytesting/identitytesting.go')
-rw-r--r--identity/identitytesting/identitytesting.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/identity/identitytesting/identitytesting.go b/identity/identitytesting/identitytesting.go
new file mode 100644
index 000000000..74f3ec540
--- /dev/null
+++ b/identity/identitytesting/identitytesting.go
@@ -0,0 +1,5 @@
+package identitytesting
+
+import "github.com/gohugoio/hugo/identity"
+
+const TestIdentity = identity.StringIdentity("__testIdentity")