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 79
79
80
80
# Zed
81
81
.zed_server
82
+
83
+ # dlv debug binaries for go tests
84
+ __debug_bin *
Original file line number Diff line number Diff line change @@ -1913,7 +1913,9 @@ Expire-Date: 0
1913
1913
tpty .WriteLine ("gpg --list-keys && echo gpg-''-listkeys-command-done" )
1914
1914
listKeysOutput := tpty .ExpectMatch ("gpg--listkeys-command-done" )
1915
1915
require .Contains (t , listKeysOutput , "[ultimate] Coder Test <test@coder.com>" )
1916
- require .Contains (t , listKeysOutput , "[ultimate] Dean Sheather (work key) <dean@coder.com>" )
1916
+ // It's fine that this key is expired. We're just testing that the key trust
1917
+ // gets synced properly.
1918
+ require .Contains (t , listKeysOutput , "[ expired] Dean Sheather (work key) <dean@coder.com>" )
1917
1919
1918
1920
// Try to sign something. This demonstrates that the forwarding is
1919
1921
// working as expected, since the workspace doesn't have access to the
You can’t perform that action at this time.
0 commit comments