Skip to content

Commit 00d7ef7

Browse files
committed
typo
1 parent ccac0b3 commit 00d7ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_db.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def init():
3838
"ref": "ref",
3939
"firebasedatabasehost": "firebasedatabasehost",
4040
"location": "location",
41-
"authtype": "app_user",
41+
"authtype": "app-user",
4242
"authid": "auth-id",
4343
},
4444
data={"delta": "delta"},
@@ -49,7 +49,7 @@ def init():
4949
func.assert_called_once()
5050
event = func.call_args.args[0]
5151
self.assertIsNotNone(event)
52-
self.assertEqual(event.auth_type, "app_user")
52+
self.assertEqual(event.auth_type, "app-user")
5353
self.assertEqual(event.auth_id, "auth-id")
5454

5555
self.assertEqual(hello, "world")

0 commit comments

Comments
 (0)