We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2260476 commit b6ed642Copy full SHA for b6ed642
test/tests/workspace/contexts_test.go
@@ -51,7 +51,7 @@ func TestGitHubContexts(t *testing.T) {
51
Name: "open tag",
52
ContextURL: "github.com/gitpod-io/gitpod-test-repo/tree/integration-test-context-tag",
53
WorkspaceRoot: "/workspace/gitpod-test-repo",
54
- ExpectedBranch: "a89cab1135a2d05901ca3021d1608f24a0400932",
+ ExpectedBranch: "HEAD",
55
},
56
{
57
Name: "Git LFS support",
0 commit comments