fix: update oauth token on each login (#3542)

This commit is contained in:
Jon Ayers
2022-08-17 23:06:03 -05:00
committed by GitHub
parent c3eea98db0
commit 380022fe63
2 changed files with 36 additions and 1 deletions

View File

@ -6,9 +6,10 @@ import (
"net/http/httptest"
"testing"
"github.com/coder/coder/codersdk"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/coder/coder/codersdk"
)
func TestEntitlements(t *testing.T) {