File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 78
78
79
79
# Zed
80
80
.zed_server
81
+
82
+ # dlv debug binaries for go tests
83
+ __debug_bin *
Original file line number Diff line number Diff line change @@ -1843,7 +1843,9 @@ Expire-Date: 0
1843
1843
tpty .WriteLine ("gpg --list-keys && echo gpg-''-listkeys-command-done" )
1844
1844
listKeysOutput := tpty .ExpectMatch ("gpg--listkeys-command-done" )
1845
1845
require .Contains (t , listKeysOutput , "[ultimate] Coder Test <test@coder.com>" )
1846
- require .Contains (t , listKeysOutput , "[ultimate] Dean Sheather (work key) <dean@coder.com>" )
1846
+ // It's fine that this key is expired. We're just testing that the key trust
1847
+ // gets synced properly.
1848
+ require .Contains (t , listKeysOutput , "[ expired] Dean Sheather (work key) <dean@coder.com>" )
1847
1849
1848
1850
// Try to sign something. This demonstrates that the forwarding is
1849
1851
// working as expected, since the workspace doesn't have access to the
You can’t perform that action at this time.
0 commit comments