services -> domains
This commit is contained in:
@@ -36,10 +36,10 @@ func TestBucketsCreated(t *testing.T) {
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
|
||||
defer cancel()
|
||||
|
||||
// Verify services bucket exists
|
||||
kv, err := s.js.KeyValue(ctx, BucketServices)
|
||||
// Verify domains bucket exists
|
||||
kv, err := s.js.KeyValue(ctx, BucketDomains)
|
||||
if err != nil {
|
||||
t.Fatalf("services bucket not found: %v", err)
|
||||
t.Fatalf("domains bucket not found: %v", err)
|
||||
}
|
||||
|
||||
// Write and read a value
|
||||
|
||||
Reference in New Issue
Block a user