File tree 2 files changed +6
-1
lines changed
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 @@ -1908,7 +1908,9 @@ Expire-Date: 0
1908
1908
tpty .WriteLine ("gpg --list-keys && echo gpg-''-listkeys-command-done" )
1909
1909
listKeysOutput := tpty .ExpectMatch ("gpg--listkeys-command-done" )
1910
1910
require .Contains (t , listKeysOutput , "[ultimate] Coder Test <test@coder.com>" )
1911
- require .Contains (t , listKeysOutput , "[ultimate] Dean Sheather (work key) <dean@coder.com>" )
1911
+ // It's fine that this key is expired. We're just testing that the key trust
1912
+ // gets synced properly.
1913
+ require .Contains (t , listKeysOutput , "[ expired] Dean Sheather (work key) <dean@coder.com>" )
1912
1914
1913
1915
// Try to sign something. This demonstrates that the forwarding is
1914
1916
// working as expected, since the workspace doesn't have access to the
You can’t perform that action at this time.
0 commit comments