testContext returns a context with a test workspace ID.
()
| 88 | |
| 89 | // testContext returns a context with a test workspace ID. |
| 90 | func testContext() context.Context { |
| 91 | return withWorkspaceID(context.Background(), "wk-test") |
| 92 | } |
| 93 | |
| 94 | func TestWorkspaceIDContext(t *testing.T) { |
| 95 | ctx := context.Background() |
no test coverage detected